HSL(203, 69%, 26%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,69%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 69%, 26%) | color: hsl(203, 69%, 26%) | |
| HEX | #154D70 | color: #154D70 | |
| RGB | rgb(21, 77, 112) | color: rgb(21, 77, 112) | |
| CMYK | cmyk(81%, 31%, 0%, 56%) | — | |
| HSV | hsv(203, 81%, 44%) | — | |
| HWB | hwb(203 8% 56%) | color: hwb(203 8% 56%) | |
| OKLCH | oklch(0.4024 0.0816 241.09) | color: oklch(0.4024 0.0816 241.09) | |
| Lab | lab(30.96 -4.61 -25.22) | color: lab(30.96 -4.61 -25.22) | |
| LCH | lch(30.96 25.64 259.64) | color: lch(30.96 25.64 259.64) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2D2E68 — rgb(45, 46, 104)
Deuteranopia (Green-blind)
#2A2666 — rgb(42, 38, 102)
Tritanopia (Blue-blind)
#18615F — rgb(24, 97, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 69%, 26%);
text
color: hsl(203, 69%, 26%);
border
border: 2px solid hsl(203, 69%, 26%);
gradient light
background: linear-gradient(to right, hsl(203, 69%, 46%), hsl(203, 69%, 26%));
gradient dark
background: linear-gradient(to right, hsl(203, 69%, 26%), hsl(203, 69%, 6%))
hex
background-color: #154D70;
tailwind
bg-[hsl(203,69%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 69%, 26%, 0.4);
css variable
--color-primary: hsl(203, 69%, 26%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 69%, 26%)?
HEX: #154D70 | RGB: rgb(21, 77, 112) | CMYK: 81%, 31%, 0%, 56% | HSV: 203°, 81%, 44%. Copy any format from the conversion table above.
What colors go well with #154D70?
The complementary color is HSL(23, 69%, 26%). 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, 69%, 26%) in CSS?
As HSL: color: hsl(203, 69%, 26%); — As HEX: color: #154D70; — As RGB: color: rgb(21, 77, 112); — Tailwind CSS: bg-[hsl(203,69%,26%)] — CSS variable: --color-primary: hsl(203, 69%, 26%);