HSL(227, 60%, 13%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(227,60%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 60%, 13%) | color: hsl(227, 60%, 13%) | |
| HEX | #0D1635 | color: #0D1635 | |
| RGB | rgb(13, 22, 53) | color: rgb(13, 22, 53) | |
| CMYK | cmyk(75%, 58%, 0%, 79%) | — | |
| HSV | hsv(227, 75%, 21%) | — | |
| HWB | hwb(227 5% 79%) | color: hwb(227 5% 79%) | |
| OKLCH | oklch(0.2123 0.0621 268.51) | color: oklch(0.2123 0.0621 268.51) | |
| Lab | lab(8.27 8.31 -21.66) | color: lab(8.27 8.31 -21.66) | |
| LCH | lch(8.27 23.2 290.99) | color: lch(8.27 23.2 290.99) |
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)
#11112D — rgb(17, 17, 45)
Deuteranopia (Green-blind)
#10102C — rgb(16, 16, 44)
Tritanopia (Blue-blind)
#0D2826 — rgb(13, 40, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 60%, 13%);
text
color: hsl(227, 60%, 13%);
border
border: 2px solid hsl(227, 60%, 13%);
gradient light
background: linear-gradient(to right, hsl(227, 60%, 33%), hsl(227, 60%, 13%));
gradient dark
background: linear-gradient(to right, hsl(227, 60%, 13%), hsl(227, 60%, 0%))
hex
background-color: #0D1635;
tailwind
bg-[hsl(227,60%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 60%, 13%, 0.4);
css variable
--color-primary: hsl(227, 60%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 60%, 13%)?
HEX: #0D1635 | RGB: rgb(13, 22, 53) | CMYK: 75%, 58%, 0%, 79% | HSV: 227°, 75%, 21%. Copy any format from the conversion table above.
What colors go well with #0D1635?
The complementary color is HSL(47, 60%, 13%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 60%, 13%) in CSS?
As HSL: color: hsl(227, 60%, 13%); — As HEX: color: #0D1635; — As RGB: color: rgb(13, 22, 53); — Tailwind CSS: bg-[hsl(227,60%,13%)] — CSS variable: --color-primary: hsl(227, 60%, 13%);