HSL(232, 37%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,37%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 37%, 68%) | color: hsl(232, 37%, 68%) | |
| HEX | #8F97CC | color: #8F97CC | |
| RGB | rgb(143, 151, 204) | color: rgb(143, 151, 204) | |
| CMYK | cmyk(30%, 26%, 0%, 20%) | — | |
| HSV | hsv(232, 30%, 80%) | — | |
| HWB | hwb(232 56% 20%) | color: hwb(232 56% 20%) | |
| OKLCH | oklch(0.6897 0.0785 277.49) | color: oklch(0.6897 0.0785 277.49) | |
| Lab | lab(63.62 9.28 -28.15) | color: lab(63.62 9.28 -28.15) | |
| LCH | lch(63.62 29.64 288.25) | color: lch(63.62 29.64 288.25) |
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)
#9293BF — rgb(146, 147, 191)
Deuteranopia (Green-blind)
#9291BC — rgb(146, 145, 188)
Tritanopia (Blue-blind)
#8FB5B3 — rgb(143, 181, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 37%, 68%);
text
color: hsl(232, 37%, 68%);
border
border: 2px solid hsl(232, 37%, 68%);
gradient light
background: linear-gradient(to right, hsl(232, 37%, 88%), hsl(232, 37%, 68%));
gradient dark
background: linear-gradient(to right, hsl(232, 37%, 68%), hsl(232, 37%, 48%))
hex
background-color: #8F97CC;
tailwind
bg-[hsl(232,37%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 37%, 68%, 0.4);
css variable
--color-primary: hsl(232, 37%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 37%, 68%)?
HEX: #8F97CC | RGB: rgb(143, 151, 204) | CMYK: 30%, 26%, 0%, 20% | HSV: 232°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #8F97CC?
The complementary color is HSL(52, 37%, 68%). 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, 37%, 68%) in CSS?
As HSL: color: hsl(232, 37%, 68%); — As HEX: color: #8F97CC; — As RGB: color: rgb(143, 151, 204); — Tailwind CSS: bg-[hsl(232,37%,68%)] — CSS variable: --color-primary: hsl(232, 37%, 68%);