HSL(233, 75%, 15%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,75%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 75%, 15%) | color: hsl(233, 75%, 15%) | |
| HEX | #0A1043 | color: #0A1043 | |
| RGB | rgb(10, 16, 67) | color: rgb(10, 16, 67) | |
| CMYK | cmyk(85%, 76%, 0%, 74%) | — | |
| HSV | hsv(234, 85%, 26%) | — | |
| HWB | hwb(234 4% 74%) | color: hwb(234 4% 74%) | |
| OKLCH | oklch(0.2108 0.095 270.3) | color: oklch(0.2108 0.095 270.3) | |
| Lab | lab(7.59 18.6 -32.82) | color: lab(7.59 18.6 -32.82) | |
| LCH | lch(7.59 37.72 299.54) | color: lch(7.59 37.72 299.54) |
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)
#0D0D37 — rgb(13, 13, 55)
Deuteranopia (Green-blind)
#0C0C34 — rgb(12, 12, 52)
Tritanopia (Blue-blind)
#0A2D2B — rgb(10, 45, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 75%, 15%);
text
color: hsl(233, 75%, 15%);
border
border: 2px solid hsl(233, 75%, 15%);
gradient light
background: linear-gradient(to right, hsl(233, 75%, 35%), hsl(233, 75%, 15%));
gradient dark
background: linear-gradient(to right, hsl(233, 75%, 15%), hsl(233, 75%, 0%))
hex
background-color: #0A1043;
tailwind
bg-[hsl(233,75%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 75%, 15%, 0.4);
css variable
--color-primary: hsl(233, 75%, 15%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 75%, 15%)?
HEX: #0A1043 | RGB: rgb(10, 16, 67) | CMYK: 85%, 76%, 0%, 74% | HSV: 234°, 85%, 26%. Copy any format from the conversion table above.
What colors go well with #0A1043?
The complementary color is HSL(53, 75%, 15%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 75%, 15%) in CSS?
As HSL: color: hsl(233, 75%, 15%); — As HEX: color: #0A1043; — As RGB: color: rgb(10, 16, 67); — Tailwind CSS: bg-[hsl(233,75%,15%)] — CSS variable: --color-primary: hsl(233, 75%, 15%);