HSL(232, 47%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,47%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 47%, 71%) | color: hsl(232, 47%, 71%) | |
| HEX | #929CD8 | color: #929CD8 | |
| RGB | rgb(146, 156, 216) | color: rgb(146, 156, 216) | |
| CMYK | cmyk(32%, 28%, 0%, 15%) | — | |
| HSV | hsv(231, 32%, 85%) | — | |
| HWB | hwb(231 58% 15%) | color: hwb(231 58% 15%) | |
| OKLCH | oklch(0.7075 0.0885 276.6) | color: oklch(0.7075 0.0885 276.6) | |
| Lab | lab(65.63 10.37 -31.69) | color: lab(65.63 10.37 -31.69) | |
| LCH | lch(65.63 33.34 288.12) | color: lch(65.63 33.34 288.12) |
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)
#9696C9 — rgb(150, 150, 201)
Deuteranopia (Green-blind)
#9695C6 — rgb(150, 149, 198)
Tritanopia (Blue-blind)
#93BEBC — rgb(147, 190, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 47%, 71%);
text
color: hsl(232, 47%, 71%);
border
border: 2px solid hsl(232, 47%, 71%);
gradient light
background: linear-gradient(to right, hsl(232, 47%, 91%), hsl(232, 47%, 71%));
gradient dark
background: linear-gradient(to right, hsl(232, 47%, 71%), hsl(232, 47%, 51%))
hex
background-color: #929CD8;
tailwind
bg-[hsl(232,47%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 47%, 71%, 0.4);
css variable
--color-primary: hsl(232, 47%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 47%, 71%)?
HEX: #929CD8 | RGB: rgb(146, 156, 216) | CMYK: 32%, 28%, 0%, 15% | HSV: 231°, 32%, 85%. Copy any format from the conversion table above.
What colors go well with #929CD8?
The complementary color is HSL(52, 47%, 71%). 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, 47%, 71%) in CSS?
As HSL: color: hsl(232, 47%, 71%); — As HEX: color: #929CD8; — As RGB: color: rgb(146, 156, 216); — Tailwind CSS: bg-[hsl(232,47%,71%)] — CSS variable: --color-primary: hsl(232, 47%, 71%);