HSL(250, 92%, 17%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,92%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 92%, 17%) | color: hsl(250, 92%, 17%) | |
| HEX | #110353 | color: #110353 | |
| RGB | rgb(17, 3, 83) | color: rgb(17, 3, 83) | |
| CMYK | cmyk(80%, 96%, 0%, 67%) | — | |
| HSV | hsv(251, 96%, 33%) | — | |
| HWB | hwb(251 1% 67%) | color: hwb(251 1% 67%) | |
| OKLCH | oklch(0.2162 0.129 275.66) | color: oklch(0.2162 0.129 275.66) | |
| Lab | lab(7.3 33.43 -44.42) | color: lab(7.3 33.43 -44.42) | |
| LCH | lch(7.3 55.59 306.96) | color: lch(7.3 55.59 306.96) |
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)
#0B0B40 — rgb(11, 11, 64)
Deuteranopia (Green-blind)
#0C0D3B — rgb(12, 13, 59)
Tritanopia (Blue-blind)
#10302D — rgb(16, 48, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 92%, 17%);
text
color: hsl(250, 92%, 17%);
border
border: 2px solid hsl(250, 92%, 17%);
gradient light
background: linear-gradient(to right, hsl(250, 92%, 37%), hsl(250, 92%, 17%));
gradient dark
background: linear-gradient(to right, hsl(250, 92%, 17%), hsl(250, 92%, 0%))
hex
background-color: #110353;
tailwind
bg-[hsl(250,92%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 92%, 17%, 0.4);
css variable
--color-primary: hsl(250, 92%, 17%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 92%, 17%)?
HEX: #110353 | RGB: rgb(17, 3, 83) | CMYK: 80%, 96%, 0%, 67% | HSV: 251°, 96%, 33%. Copy any format from the conversion table above.
What colors go well with #110353?
The complementary color is HSL(70, 92%, 17%). 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, 92%, 17%) in CSS?
As HSL: color: hsl(250, 92%, 17%); — As HEX: color: #110353; — As RGB: color: rgb(17, 3, 83); — Tailwind CSS: bg-[hsl(250,92%,17%)] — CSS variable: --color-primary: hsl(250, 92%, 17%);