HSL(203, 65%, 13%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,65%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 65%, 13%) | color: hsl(203, 65%, 13%) | |
| HEX | #0C2637 | color: #0C2637 | |
| RGB | rgb(12, 38, 55) | color: rgb(12, 38, 55) | |
| CMYK | cmyk(78%, 31%, 0%, 78%) | — | |
| HSV | hsv(204, 78%, 22%) | — | |
| HWB | hwb(204 5% 78%) | color: hwb(204 5% 78%) | |
| OKLCH | oklch(0.2576 0.0451 240.41) | color: oklch(0.2576 0.0451 240.41) | |
| Lab | lab(14.06 -3.21 -13.92) | color: lab(14.06 -3.21 -13.92) | |
| LCH | lch(14.06 14.29 257.01) | color: lch(14.06 14.29 257.01) |
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)
#171733 — rgb(23, 23, 51)
Deuteranopia (Green-blind)
#161432 — rgb(22, 20, 50)
Tritanopia (Blue-blind)
#0D302F — rgb(13, 48, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 65%, 13%);
text
color: hsl(203, 65%, 13%);
border
border: 2px solid hsl(203, 65%, 13%);
gradient light
background: linear-gradient(to right, hsl(203, 65%, 33%), hsl(203, 65%, 13%));
gradient dark
background: linear-gradient(to right, hsl(203, 65%, 13%), hsl(203, 65%, 0%))
hex
background-color: #0C2637;
tailwind
bg-[hsl(203,65%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 65%, 13%, 0.4);
css variable
--color-primary: hsl(203, 65%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 65%, 13%)?
HEX: #0C2637 | RGB: rgb(12, 38, 55) | CMYK: 78%, 31%, 0%, 78% | HSV: 204°, 78%, 22%. Copy any format from the conversion table above.
What colors go well with #0C2637?
The complementary color is HSL(23, 65%, 13%). 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, 65%, 13%) in CSS?
As HSL: color: hsl(203, 65%, 13%); — As HEX: color: #0C2637; — As RGB: color: rgb(12, 38, 55); — Tailwind CSS: bg-[hsl(203,65%,13%)] — CSS variable: --color-primary: hsl(203, 65%, 13%);