HSL(250, 60%, 10%)
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(250,60%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 60%, 10%) | color: hsl(250, 60%, 10%) | |
| HEX | #0F0A29 | color: #0F0A29 | |
| RGB | rgb(15, 10, 41) | color: rgb(15, 10, 41) | |
| CMYK | cmyk(63%, 76%, 0%, 84%) | — | |
| HSV | hsv(250, 76%, 16%) | — | |
| HWB | hwb(250 4% 84%) | color: hwb(250 4% 84%) | |
| OKLCH | oklch(0.1741 0.0606 285.62) | color: oklch(0.1741 0.0606 285.62) | |
| Lab | lab(4.32 10.27 -19.04) | color: lab(4.32 10.27 -19.04) | |
| LCH | lch(4.32 21.63 298.34) | color: lch(4.32 21.63 298.34) |
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)
#0D0D21 — rgb(13, 13, 33)
Deuteranopia (Green-blind)
#0D0E20 — rgb(13, 14, 32)
Tritanopia (Blue-blind)
#0F1C1A — rgb(15, 28, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 60%, 10%);
text
color: hsl(250, 60%, 10%);
border
border: 2px solid hsl(250, 60%, 10%);
gradient light
background: linear-gradient(to right, hsl(250, 60%, 30%), hsl(250, 60%, 10%));
gradient dark
background: linear-gradient(to right, hsl(250, 60%, 10%), hsl(250, 60%, 0%))
hex
background-color: #0F0A29;
tailwind
bg-[hsl(250,60%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 60%, 10%, 0.4);
css variable
--color-primary: hsl(250, 60%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 60%, 10%)?
HEX: #0F0A29 | RGB: rgb(15, 10, 41) | CMYK: 63%, 76%, 0%, 84% | HSV: 250°, 76%, 16%. Copy any format from the conversion table above.
What colors go well with #0F0A29?
The complementary color is HSL(70, 60%, 10%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 60%, 10%) in CSS?
As HSL: color: hsl(250, 60%, 10%); — As HEX: color: #0F0A29; — As RGB: color: rgb(15, 10, 41); — Tailwind CSS: bg-[hsl(250,60%,10%)] — CSS variable: --color-primary: hsl(250, 60%, 10%);