HSL(225, 63%, 15%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,63%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 63%, 15%) | color: hsl(225, 63%, 15%) | |
| HEX | #0E1A3E | color: #0E1A3E | |
| RGB | rgb(14, 26, 62) | color: rgb(14, 26, 62) | |
| CMYK | cmyk(77%, 58%, 0%, 76%) | — | |
| HSV | hsv(225, 77%, 24%) | — | |
| HWB | hwb(225 6% 76%) | color: hwb(225 6% 76%) | |
| OKLCH | oklch(0.231 0.0709 266.88) | color: oklch(0.231 0.0709 266.88) | |
| Lab | lab(10.41 9.31 -24.67) | color: lab(10.41 9.31 -24.67) | |
| LCH | lch(10.41 26.37 290.68) | color: lch(10.41 26.37 290.68) |
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)
#131335 — rgb(19, 19, 53)
Deuteranopia (Green-blind)
#131233 — rgb(19, 18, 51)
Tritanopia (Blue-blind)
#0F2E2D — rgb(15, 46, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 63%, 15%);
text
color: hsl(225, 63%, 15%);
border
border: 2px solid hsl(225, 63%, 15%);
gradient light
background: linear-gradient(to right, hsl(225, 63%, 35%), hsl(225, 63%, 15%));
gradient dark
background: linear-gradient(to right, hsl(225, 63%, 15%), hsl(225, 63%, 0%))
hex
background-color: #0E1A3E;
tailwind
bg-[hsl(225,63%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 63%, 15%, 0.4);
css variable
--color-primary: hsl(225, 63%, 15%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 63%, 15%)?
HEX: #0E1A3E | RGB: rgb(14, 26, 62) | CMYK: 77%, 58%, 0%, 76% | HSV: 225°, 77%, 24%. Copy any format from the conversion table above.
What colors go well with #0E1A3E?
The complementary color is HSL(45, 63%, 15%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 63%, 15%) in CSS?
As HSL: color: hsl(225, 63%, 15%); — As HEX: color: #0E1A3E; — As RGB: color: rgb(14, 26, 62); — Tailwind CSS: bg-[hsl(225,63%,15%)] — CSS variable: --color-primary: hsl(225, 63%, 15%);