HSL(228, 65%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(228,65%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 65%, 71%) | color: hsl(228, 65%, 71%) | |
| HEX | #8598E5 | color: #8598E5 | |
| RGB | rgb(133, 152, 229) | color: rgb(133, 152, 229) | |
| CMYK | cmyk(42%, 34%, 0%, 10%) | — | |
| HSV | hsv(228, 42%, 90%) | — | |
| HWB | hwb(228 52% 10%) | color: hwb(228 52% 10%) | |
| OKLCH | oklch(0.6963 0.1154 272.54) | color: oklch(0.6963 0.1154 272.54) | |
| Lab | lab(64.24 12.65 -41.11) | color: lab(64.24 12.65 -41.11) | |
| LCH | lch(64.24 43.01 287.1) | color: lch(64.24 43.01 287.1) |
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)
#8D8DD2 — rgb(141, 141, 210)
Deuteranopia (Green-blind)
#8C8BCE — rgb(140, 139, 206)
Tritanopia (Blue-blind)
#86C4C0 — rgb(134, 196, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 65%, 71%);
text
color: hsl(228, 65%, 71%);
border
border: 2px solid hsl(228, 65%, 71%);
gradient light
background: linear-gradient(to right, hsl(228, 65%, 91%), hsl(228, 65%, 71%));
gradient dark
background: linear-gradient(to right, hsl(228, 65%, 71%), hsl(228, 65%, 51%))
hex
background-color: #8598E5;
tailwind
bg-[hsl(228,65%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 65%, 71%, 0.4);
css variable
--color-primary: hsl(228, 65%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 65%, 71%)?
HEX: #8598E5 | RGB: rgb(133, 152, 229) | CMYK: 42%, 34%, 0%, 10% | HSV: 228°, 42%, 90%. Copy any format from the conversion table above.
What colors go well with #8598E5?
The complementary color is HSL(48, 65%, 71%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 65%, 71%) in CSS?
As HSL: color: hsl(228, 65%, 71%); — As HEX: color: #8598E5; — As RGB: color: rgb(133, 152, 229); — Tailwind CSS: bg-[hsl(228,65%,71%)] — CSS variable: --color-primary: hsl(228, 65%, 71%);