HSL(203, 64%, 50%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,64%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 64%, 50%) | color: hsl(203, 64%, 50%) | |
| HEX | #2E93D1 | color: #2E93D1 | |
| RGB | rgb(46, 147, 209) | color: rgb(46, 147, 209) | |
| CMYK | cmyk(78%, 30%, 0%, 18%) | — | |
| HSV | hsv(203, 78%, 82%) | — | |
| HWB | hwb(203 18% 18%) | color: hwb(203 18% 18%) | |
| OKLCH | oklch(0.6347 0.1295 240.84) | color: oklch(0.6347 0.1295 240.84) | |
| Lab | lab(58.08 -7.46 -39.91) | color: lab(58.08 -7.46 -39.91) | |
| LCH | lch(58.08 40.6 259.41) | color: lch(58.08 40.6 259.41) |
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)
#5A5BC2 — rgb(90, 91, 194)
Deuteranopia (Green-blind)
#544CBE — rgb(84, 76, 190)
Tritanopia (Blue-blind)
#33B6B4 — rgb(51, 182, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 64%, 50%);
text
color: hsl(203, 64%, 50%);
border
border: 2px solid hsl(203, 64%, 50%);
gradient light
background: linear-gradient(to right, hsl(203, 64%, 70%), hsl(203, 64%, 50%));
gradient dark
background: linear-gradient(to right, hsl(203, 64%, 50%), hsl(203, 64%, 30%))
hex
background-color: #2E93D1;
tailwind
bg-[hsl(203,64%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 64%, 50%, 0.4);
css variable
--color-primary: hsl(203, 64%, 50%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 64%, 50%)?
HEX: #2E93D1 | RGB: rgb(46, 147, 209) | CMYK: 78%, 30%, 0%, 18% | HSV: 203°, 78%, 82%. Copy any format from the conversion table above.
What colors go well with #2E93D1?
The complementary color is HSL(23, 64%, 50%). 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, 64%, 50%) in CSS?
As HSL: color: hsl(203, 64%, 50%); — As HEX: color: #2E93D1; — As RGB: color: rgb(46, 147, 209); — Tailwind CSS: bg-[hsl(203,64%,50%)] — CSS variable: --color-primary: hsl(203, 64%, 50%);