HSL(227, 32%, 59%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(227,32%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 32%, 59%) | color: hsl(227, 32%, 59%) | |
| HEX | #7583B8 | color: #7583B8 | |
| RGB | rgb(117, 131, 184) | color: rgb(117, 131, 184) | |
| CMYK | cmyk(36%, 29%, 0%, 28%) | — | |
| HSV | hsv(227, 36%, 72%) | — | |
| HWB | hwb(227 46% 28%) | color: hwb(227 46% 28%) | |
| OKLCH | oklch(0.6197 0.0821 272.45) | color: oklch(0.6197 0.0821 272.45) | |
| Lab | lab(55.56 8.04 -29.47) | color: lab(55.56 8.04 -29.47) | |
| LCH | lch(55.56 30.55 285.26) | color: lch(55.56 30.55 285.26) |
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)
#7B7BAB — rgb(123, 123, 171)
Deuteranopia (Green-blind)
#7A79A8 — rgb(122, 121, 168)
Tritanopia (Blue-blind)
#76A19F — rgb(118, 161, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 32%, 59%);
text
color: hsl(227, 32%, 59%);
border
border: 2px solid hsl(227, 32%, 59%);
gradient light
background: linear-gradient(to right, hsl(227, 32%, 79%), hsl(227, 32%, 59%));
gradient dark
background: linear-gradient(to right, hsl(227, 32%, 59%), hsl(227, 32%, 39%))
hex
background-color: #7583B8;
tailwind
bg-[hsl(227,32%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 32%, 59%, 0.4);
css variable
--color-primary: hsl(227, 32%, 59%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 32%, 59%)?
HEX: #7583B8 | RGB: rgb(117, 131, 184) | CMYK: 36%, 29%, 0%, 28% | HSV: 227°, 36%, 72%. Copy any format from the conversion table above.
What colors go well with #7583B8?
The complementary color is HSL(47, 32%, 59%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 32%, 59%) in CSS?
As HSL: color: hsl(227, 32%, 59%); — As HEX: color: #7583B8; — As RGB: color: rgb(117, 131, 184); — Tailwind CSS: bg-[hsl(227,32%,59%)] — CSS variable: --color-primary: hsl(227, 32%, 59%);