HSL(233, 71%, 22%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,71%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 71%, 22%) | color: hsl(233, 71%, 22%) | |
| HEX | #101A60 | color: #101A60 | |
| RGB | rgb(16, 26, 96) | color: rgb(16, 26, 96) | |
| CMYK | cmyk(83%, 73%, 0%, 62%) | — | |
| HSV | hsv(233, 83%, 38%) | — | |
| HWB | hwb(233 6% 62%) | color: hwb(233 6% 62%) | |
| OKLCH | oklch(0.2665 0.123 269.18) | color: oklch(0.2665 0.123 269.18) | |
| Lab | lab(13.79 24.05 -42.49) | color: lab(13.79 24.05 -42.49) | |
| LCH | lch(13.79 48.82 299.51) | color: lch(13.79 48.82 299.51) |
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)
#14144F — rgb(20, 20, 79)
Deuteranopia (Green-blind)
#14134B — rgb(20, 19, 75)
Tritanopia (Blue-blind)
#11423F — rgb(17, 66, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 71%, 22%);
text
color: hsl(233, 71%, 22%);
border
border: 2px solid hsl(233, 71%, 22%);
gradient light
background: linear-gradient(to right, hsl(233, 71%, 42%), hsl(233, 71%, 22%));
gradient dark
background: linear-gradient(to right, hsl(233, 71%, 22%), hsl(233, 71%, 2%))
hex
background-color: #101A60;
tailwind
bg-[hsl(233,71%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 71%, 22%, 0.4);
css variable
--color-primary: hsl(233, 71%, 22%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 71%, 22%)?
HEX: #101A60 | RGB: rgb(16, 26, 96) | CMYK: 83%, 73%, 0%, 62% | HSV: 233°, 83%, 38%. Copy any format from the conversion table above.
What colors go well with #101A60?
The complementary color is HSL(53, 71%, 22%). 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, 71%, 22%) in CSS?
As HSL: color: hsl(233, 71%, 22%); — As HEX: color: #101A60; — As RGB: color: rgb(16, 26, 96); — Tailwind CSS: bg-[hsl(233,71%,22%)] — CSS variable: --color-primary: hsl(233, 71%, 22%);