HSL(244, 90%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(244,90%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(244, 90%, 30%) | color: hsl(244, 90%, 30%) | |
| HEX | #110891 | color: #110891 | |
| RGB | rgb(17, 8, 145) | color: rgb(17, 8, 145) | |
| CMYK | cmyk(88%, 94%, 0%, 43%) | — | |
| HSV | hsv(244, 94%, 57%) | — | |
| HWB | hwb(244 3% 43%) | color: hwb(244 3% 43%) | |
| OKLCH | oklch(0.3082 0.1978 268.08) | color: oklch(0.3082 0.1978 268.08) | |
| Lab | lab(17.16 49.59 -68.39) | color: lab(17.16 49.59 -68.39) | |
| LCH | lch(17.16 84.48 305.95) | color: lch(17.16 84.48 305.95) |
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)
#0D0D70 — rgb(13, 13, 112)
Deuteranopia (Green-blind)
#0E0E68 — rgb(14, 14, 104)
Tritanopia (Blue-blind)
#115650 — rgb(17, 86, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(244, 90%, 30%);
text
color: hsl(244, 90%, 30%);
border
border: 2px solid hsl(244, 90%, 30%);
gradient light
background: linear-gradient(to right, hsl(244, 90%, 50%), hsl(244, 90%, 30%));
gradient dark
background: linear-gradient(to right, hsl(244, 90%, 30%), hsl(244, 90%, 10%))
hex
background-color: #110891;
tailwind
bg-[hsl(244,90%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(244, 90%, 30%, 0.4);
css variable
--color-primary: hsl(244, 90%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(244, 90%, 30%)?
HEX: #110891 | RGB: rgb(17, 8, 145) | CMYK: 88%, 94%, 0%, 43% | HSV: 244°, 94%, 57%. Copy any format from the conversion table above.
What colors go well with #110891?
The complementary color is HSL(64, 90%, 30%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(244, 90%, 30%) in CSS?
As HSL: color: hsl(244, 90%, 30%); — As HEX: color: #110891; — As RGB: color: rgb(17, 8, 145); — Tailwind CSS: bg-[hsl(244,90%,30%)] — CSS variable: --color-primary: hsl(244, 90%, 30%);