HSL(203, 32%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,32%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 32%, 53%) | color: hsl(203, 32%, 53%) | |
| HEX | #6190AE | color: #6190AE | |
| RGB | rgb(97, 144, 174) | color: rgb(97, 144, 174) | |
| CMYK | cmyk(44%, 17%, 0%, 32%) | — | |
| HSV | hsv(203, 44%, 68%) | — | |
| HWB | hwb(203 38% 32%) | color: hwb(203 38% 32%) | |
| OKLCH | oklch(0.6312 0.0681 237.32) | color: oklch(0.6312 0.0681 237.32) | |
| Lab | lab(57.6 -7.75 -20.72) | color: lab(57.6 -7.75 -20.72) | |
| LCH | lch(57.6 22.12 249.49) | color: lch(57.6 22.12 249.49) |
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)
#7576A7 — rgb(117, 118, 167)
Deuteranopia (Green-blind)
#736FA5 — rgb(115, 111, 165)
Tritanopia (Blue-blind)
#63A1A0 — rgb(99, 161, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 32%, 53%);
text
color: hsl(203, 32%, 53%);
border
border: 2px solid hsl(203, 32%, 53%);
gradient light
background: linear-gradient(to right, hsl(203, 32%, 73%), hsl(203, 32%, 53%));
gradient dark
background: linear-gradient(to right, hsl(203, 32%, 53%), hsl(203, 32%, 33%))
hex
background-color: #6190AE;
tailwind
bg-[hsl(203,32%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 32%, 53%, 0.4);
css variable
--color-primary: hsl(203, 32%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 32%, 53%)?
HEX: #6190AE | RGB: rgb(97, 144, 174) | CMYK: 44%, 17%, 0%, 32% | HSV: 203°, 44%, 68%. Copy any format from the conversion table above.
What colors go well with #6190AE?
The complementary color is HSL(23, 32%, 53%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 32%, 53%) in CSS?
As HSL: color: hsl(203, 32%, 53%); — As HEX: color: #6190AE; — As RGB: color: rgb(97, 144, 174); — Tailwind CSS: bg-[hsl(203,32%,53%)] — CSS variable: --color-primary: hsl(203, 32%, 53%);