HSL(252, 91%, 45%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(252,91%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(252, 91%, 45%) | color: hsl(252, 91%, 45%) | |
| HEX | #340ADB | color: #340ADB | |
| RGB | rgb(52, 10, 219) | color: rgb(52, 10, 219) | |
| CMYK | cmyk(76%, 95%, 0%, 14%) | — | |
| HSV | hsv(252, 95%, 86%) | — | |
| HWB | hwb(252 4% 14%) | color: hwb(252 4% 14%) | |
| OKLCH | oklch(0.4251 0.2658 273.26) | color: oklch(0.4251 0.2658 273.26) | |
| Lab | lab(29.56 69.58 -91.91) | color: lab(29.56 69.58 -91.91) | |
| LCH | lch(29.56 115.28 307.13) | color: lch(29.56 115.28 307.13) |
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)
#2221A8 — rgb(34, 33, 168)
Deuteranopia (Green-blind)
#24279C — rgb(36, 39, 156)
Tritanopia (Blue-blind)
#328178 — rgb(50, 129, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(252, 91%, 45%);
text
color: hsl(252, 91%, 45%);
border
border: 2px solid hsl(252, 91%, 45%);
gradient light
background: linear-gradient(to right, hsl(252, 91%, 65%), hsl(252, 91%, 45%));
gradient dark
background: linear-gradient(to right, hsl(252, 91%, 45%), hsl(252, 91%, 25%))
hex
background-color: #340ADB;
tailwind
bg-[hsl(252,91%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(252, 91%, 45%, 0.4);
css variable
--color-primary: hsl(252, 91%, 45%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(252, 91%, 45%)?
HEX: #340ADB | RGB: rgb(52, 10, 219) | CMYK: 76%, 95%, 0%, 14% | HSV: 252°, 95%, 86%. Copy any format from the conversion table above.
What colors go well with #340ADB?
The complementary color is HSL(72, 91%, 45%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(252, 91%, 45%) in CSS?
As HSL: color: hsl(252, 91%, 45%); — As HEX: color: #340ADB; — As RGB: color: rgb(52, 10, 219); — Tailwind CSS: bg-[hsl(252,91%,45%)] — CSS variable: --color-primary: hsl(252, 91%, 45%);