HSL(233, 93%, 49%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,93%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 93%, 49%) | color: hsl(233, 93%, 49%) | |
| HEX | #0924F1 | color: #0924F1 | |
| RGB | rgb(9, 36, 241) | color: rgb(9, 36, 241) | |
| CMYK | cmyk(96%, 85%, 0%, 5%) | — | |
| HSV | hsv(233, 96%, 95%) | — | |
| HWB | hwb(233 4% 5%) | color: hwb(233 4% 5%) | |
| OKLCH | oklch(0.4539 0.2859 264.81) | color: oklch(0.4539 0.2859 264.81) | |
| Lab | lab(33.28 67.15 -98.32) | color: lab(33.28 67.15 -98.32) | |
| LCH | lch(33.28 119.06 304.33) | color: lch(33.28 119.06 304.33) |
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)
#1515BF — rgb(21, 21, 191)
Deuteranopia (Green-blind)
#1311B4 — rgb(19, 17, 180)
Tritanopia (Blue-blind)
#0A9890 — rgb(10, 152, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 93%, 49%);
text
color: hsl(233, 93%, 49%);
border
border: 2px solid hsl(233, 93%, 49%);
gradient light
background: linear-gradient(to right, hsl(233, 93%, 69%), hsl(233, 93%, 49%));
gradient dark
background: linear-gradient(to right, hsl(233, 93%, 49%), hsl(233, 93%, 29%))
hex
background-color: #0924F1;
tailwind
bg-[hsl(233,93%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 93%, 49%, 0.4);
css variable
--color-primary: hsl(233, 93%, 49%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 93%, 49%)?
HEX: #0924F1 | RGB: rgb(9, 36, 241) | CMYK: 96%, 85%, 0%, 5% | HSV: 233°, 96%, 95%. Copy any format from the conversion table above.
What colors go well with #0924F1?
The complementary color is HSL(53, 93%, 49%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 93%, 49%) in CSS?
As HSL: color: hsl(233, 93%, 49%); — As HEX: color: #0924F1; — As RGB: color: rgb(9, 36, 241); — Tailwind CSS: bg-[hsl(233,93%,49%)] — CSS variable: --color-primary: hsl(233, 93%, 49%);