HSL(230, 72%, 23%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,72%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 72%, 23%) | color: hsl(230, 72%, 23%) | |
| HEX | #101E65 | color: #101E65 | |
| RGB | rgb(16, 30, 101) | color: rgb(16, 30, 101) | |
| CMYK | cmyk(84%, 70%, 0%, 60%) | — | |
| HSV | hsv(230, 84%, 40%) | — | |
| HWB | hwb(230 6% 60%) | color: hwb(230 6% 60%) | |
| OKLCH | oklch(0.2796 0.1252 267.98) | color: oklch(0.2796 0.1252 267.98) | |
| Lab | lab(15.37 23.25 -43.2) | color: lab(15.37 23.25 -43.2) | |
| LCH | lch(15.37 49.06 298.29) | color: lch(15.37 49.06 298.29) |
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)
#161654 — rgb(22, 22, 84)
Deuteranopia (Green-blind)
#151450 — rgb(21, 20, 80)
Tritanopia (Blue-blind)
#114643 — rgb(17, 70, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 72%, 23%);
text
color: hsl(230, 72%, 23%);
border
border: 2px solid hsl(230, 72%, 23%);
gradient light
background: linear-gradient(to right, hsl(230, 72%, 43%), hsl(230, 72%, 23%));
gradient dark
background: linear-gradient(to right, hsl(230, 72%, 23%), hsl(230, 72%, 3%))
hex
background-color: #101E65;
tailwind
bg-[hsl(230,72%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 72%, 23%, 0.4);
css variable
--color-primary: hsl(230, 72%, 23%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 72%, 23%)?
HEX: #101E65 | RGB: rgb(16, 30, 101) | CMYK: 84%, 70%, 0%, 60% | HSV: 230°, 84%, 40%. Copy any format from the conversion table above.
What colors go well with #101E65?
The complementary color is HSL(50, 72%, 23%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 72%, 23%) in CSS?
As HSL: color: hsl(230, 72%, 23%); — As HEX: color: #101E65; — As RGB: color: rgb(16, 30, 101); — Tailwind CSS: bg-[hsl(230,72%,23%)] — CSS variable: --color-primary: hsl(230, 72%, 23%);