HSL(251, 88%, 33%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,88%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 88%, 33%) | color: hsl(251, 88%, 33%) | |
| HEX | #250A9E | color: #250A9E | |
| RGB | rgb(37, 10, 158) | color: rgb(37, 10, 158) | |
| CMYK | cmyk(77%, 94%, 0%, 38%) | — | |
| HSV | hsv(251, 94%, 62%) | — | |
| HWB | hwb(251 4% 38%) | color: hwb(251 4% 38%) | |
| OKLCH | oklch(0.338 0.2058 274.04) | color: oklch(0.338 0.2058 274.04) | |
| Lab | lab(20.35 53.29 -71.07) | color: lab(20.35 53.29 -71.07) | |
| LCH | lch(20.35 88.83 306.86) | color: lch(20.35 88.83 306.86) |
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)
#19197A — rgb(25, 25, 122)
Deuteranopia (Green-blind)
#1B1D72 — rgb(27, 29, 114)
Tritanopia (Blue-blind)
#245E58 — rgb(36, 94, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 88%, 33%);
text
color: hsl(251, 88%, 33%);
border
border: 2px solid hsl(251, 88%, 33%);
gradient light
background: linear-gradient(to right, hsl(251, 88%, 53%), hsl(251, 88%, 33%));
gradient dark
background: linear-gradient(to right, hsl(251, 88%, 33%), hsl(251, 88%, 13%))
hex
background-color: #250A9E;
tailwind
bg-[hsl(251,88%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 88%, 33%, 0.4);
css variable
--color-primary: hsl(251, 88%, 33%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 88%, 33%)?
HEX: #250A9E | RGB: rgb(37, 10, 158) | CMYK: 77%, 94%, 0%, 38% | HSV: 251°, 94%, 62%. Copy any format from the conversion table above.
What colors go well with #250A9E?
The complementary color is HSL(71, 88%, 33%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 88%, 33%) in CSS?
As HSL: color: hsl(251, 88%, 33%); — As HEX: color: #250A9E; — As RGB: color: rgb(37, 10, 158); — Tailwind CSS: bg-[hsl(251,88%,33%)] — CSS variable: --color-primary: hsl(251, 88%, 33%);