HSL(200, 80%, 26%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,80%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 80%, 26%) | color: hsl(200, 80%, 26%) | |
| HEX | #0D5477 | color: #0D5477 | |
| RGB | rgb(13, 84, 119) | color: rgb(13, 84, 119) | |
| CMYK | cmyk(89%, 29%, 0%, 53%) | — | |
| HSV | hsv(200, 89%, 47%) | — | |
| HWB | hwb(200 5% 53%) | color: hwb(200 5% 53%) | |
| OKLCH | oklch(0.4231 0.0867 236.94) | color: oklch(0.4231 0.0867 236.94) | |
| Lab | lab(33.47 -7.06 -25.67) | color: lab(33.47 -7.06 -25.67) | |
| LCH | lch(33.47 26.62 254.62) | color: lch(33.47 26.62 254.62) |
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)
#2C2C6F — rgb(44, 44, 111)
Deuteranopia (Green-blind)
#28226D — rgb(40, 34, 109)
Tritanopia (Blue-blind)
#116866 — rgb(17, 104, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 80%, 26%);
text
color: hsl(200, 80%, 26%);
border
border: 2px solid hsl(200, 80%, 26%);
gradient light
background: linear-gradient(to right, hsl(200, 80%, 46%), hsl(200, 80%, 26%));
gradient dark
background: linear-gradient(to right, hsl(200, 80%, 26%), hsl(200, 80%, 6%))
hex
background-color: #0D5477;
tailwind
bg-[hsl(200,80%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 80%, 26%, 0.4);
css variable
--color-primary: hsl(200, 80%, 26%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 80%, 26%)?
HEX: #0D5477 | RGB: rgb(13, 84, 119) | CMYK: 89%, 29%, 0%, 53% | HSV: 200°, 89%, 47%. Copy any format from the conversion table above.
What colors go well with #0D5477?
The complementary color is HSL(20, 80%, 26%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 80%, 26%) in CSS?
As HSL: color: hsl(200, 80%, 26%); — As HEX: color: #0D5477; — As RGB: color: rgb(13, 84, 119); — Tailwind CSS: bg-[hsl(200,80%,26%)] — CSS variable: --color-primary: hsl(200, 80%, 26%);