HSL(251, 95%, 44%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,95%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 95%, 44%) | color: hsl(251, 95%, 44%) | |
| HEX | #2D06DB | color: #2D06DB | |
| RGB | rgb(45, 6, 219) | color: rgb(45, 6, 219) | |
| CMYK | cmyk(79%, 97%, 0%, 14%) | — | |
| HSV | hsv(251, 97%, 86%) | — | |
| HWB | hwb(251 3% 14%) | color: hwb(251 3% 14%) | |
| OKLCH | oklch(0.4195 0.2686 271.33) | color: oklch(0.4195 0.2686 271.33) | |
| Lab | lab(28.9 70.06 -93.02) | color: lab(28.9 70.06 -93.02) | |
| LCH | lch(28.9 116.45 306.99) | color: lch(28.9 116.45 306.99) |
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)
#1C1CA7 — rgb(28, 28, 167)
Deuteranopia (Green-blind)
#1E219B — rgb(30, 33, 155)
Tritanopia (Blue-blind)
#2B7F76 — rgb(43, 127, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 95%, 44%);
text
color: hsl(251, 95%, 44%);
border
border: 2px solid hsl(251, 95%, 44%);
gradient light
background: linear-gradient(to right, hsl(251, 95%, 64%), hsl(251, 95%, 44%));
gradient dark
background: linear-gradient(to right, hsl(251, 95%, 44%), hsl(251, 95%, 24%))
hex
background-color: #2D06DB;
tailwind
bg-[hsl(251,95%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 95%, 44%, 0.4);
css variable
--color-primary: hsl(251, 95%, 44%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 95%, 44%)?
HEX: #2D06DB | RGB: rgb(45, 6, 219) | CMYK: 79%, 97%, 0%, 14% | HSV: 251°, 97%, 86%. Copy any format from the conversion table above.
What colors go well with #2D06DB?
The complementary color is HSL(71, 95%, 44%). 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, 95%, 44%) in CSS?
As HSL: color: hsl(251, 95%, 44%); — As HEX: color: #2D06DB; — As RGB: color: rgb(45, 6, 219); — Tailwind CSS: bg-[hsl(251,95%,44%)] — CSS variable: --color-primary: hsl(251, 95%, 44%);