HSL(203, 41%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,41%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 41%, 57%) | color: hsl(203, 41%, 57%) | |
| HEX | #649CBE | color: #649CBE | |
| RGB | rgb(100, 156, 190) | color: rgb(100, 156, 190) | |
| CMYK | cmyk(47%, 18%, 0%, 25%) | — | |
| HSV | hsv(203, 47%, 75%) | — | |
| HWB | hwb(203 40% 25%) | color: hwb(203 40% 25%) | |
| OKLCH | oklch(0.6671 0.0777 236.26) | color: oklch(0.6671 0.0777 236.26) | |
| Lab | lab(61.83 -9.09 -23.28) | color: lab(61.83 -9.09 -23.28) | |
| LCH | lch(61.83 24.99 248.67) | color: lch(61.83 24.99 248.67) |
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)
#7C7DB6 — rgb(124, 125, 182)
Deuteranopia (Green-blind)
#7975B4 — rgb(121, 117, 180)
Tritanopia (Blue-blind)
#67AFAE — rgb(103, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 41%, 57%);
text
color: hsl(203, 41%, 57%);
border
border: 2px solid hsl(203, 41%, 57%);
gradient light
background: linear-gradient(to right, hsl(203, 41%, 77%), hsl(203, 41%, 57%));
gradient dark
background: linear-gradient(to right, hsl(203, 41%, 57%), hsl(203, 41%, 37%))
hex
background-color: #649CBE;
tailwind
bg-[hsl(203,41%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 41%, 57%, 0.4);
css variable
--color-primary: hsl(203, 41%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 41%, 57%)?
HEX: #649CBE | RGB: rgb(100, 156, 190) | CMYK: 47%, 18%, 0%, 25% | HSV: 203°, 47%, 75%. Copy any format from the conversion table above.
What colors go well with #649CBE?
The complementary color is HSL(23, 41%, 57%). 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, 41%, 57%) in CSS?
As HSL: color: hsl(203, 41%, 57%); — As HEX: color: #649CBE; — As RGB: color: rgb(100, 156, 190); — Tailwind CSS: bg-[hsl(203,41%,57%)] — CSS variable: --color-primary: hsl(203, 41%, 57%);