HSL(232, 53%, 72%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,53%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 53%, 72%) | color: hsl(232, 53%, 72%) | |
| HEX | #929CDD | color: #929CDD | |
| RGB | rgb(146, 156, 221) | color: rgb(146, 156, 221) | |
| CMYK | cmyk(34%, 29%, 0%, 13%) | — | |
| HSV | hsv(232, 34%, 87%) | — | |
| HWB | hwb(232 57% 13%) | color: hwb(232 57% 13%) | |
| OKLCH | oklch(0.7097 0.0957 276.95) | color: oklch(0.7097 0.0957 276.95) | |
| Lab | lab(65.83 11.67 -34.14) | color: lab(65.83 11.67 -34.14) | |
| LCH | lch(65.83 36.08 288.87) | color: lch(65.83 36.08 288.87) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9696CD — rgb(150, 150, 205)
Deuteranopia (Green-blind)
#9695CA — rgb(150, 149, 202)
Tritanopia (Blue-blind)
#93C1BE — rgb(147, 193, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 53%, 72%);
text
color: hsl(232, 53%, 72%);
border
border: 2px solid hsl(232, 53%, 72%);
gradient light
background: linear-gradient(to right, hsl(232, 53%, 92%), hsl(232, 53%, 72%));
gradient dark
background: linear-gradient(to right, hsl(232, 53%, 72%), hsl(232, 53%, 52%))
hex
background-color: #929CDD;
tailwind
bg-[hsl(232,53%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 53%, 72%, 0.4);
css variable
--color-primary: hsl(232, 53%, 72%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 53%, 72%)?
HEX: #929CDD | RGB: rgb(146, 156, 221) | CMYK: 34%, 29%, 0%, 13% | HSV: 232°, 34%, 87%. Copy any format from the conversion table above.
What colors go well with #929CDD?
The complementary color is HSL(52, 53%, 72%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 53%, 72%) in CSS?
As HSL: color: hsl(232, 53%, 72%); — As HEX: color: #929CDD; — As RGB: color: rgb(146, 156, 221); — Tailwind CSS: bg-[hsl(232,53%,72%)] — CSS variable: --color-primary: hsl(232, 53%, 72%);