HSL(233, 99%, 48%)
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,99%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 99%, 48%) | color: hsl(233, 99%, 48%) | |
| HEX | #011DF4 | color: #011DF4 | |
| RGB | rgb(1, 29, 244) | color: rgb(1, 29, 244) | |
| CMYK | cmyk(100%, 88%, 0%, 4%) | — | |
| HSV | hsv(233, 100%, 96%) | — | |
| HWB | hwb(233 0% 4%) | color: hwb(233 0% 4%) | |
| OKLCH | oklch(0.4509 0.2936 264.27) | color: oklch(0.4509 0.2936 264.27) | |
| Lab | lab(32.73 70.41 -100.94) | color: lab(32.73 70.41 -100.94) | |
| LCH | lch(32.73 123.07 304.9) | color: lch(32.73 123.07 304.9) |
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)
#0D0DC0 — rgb(13, 13, 192)
Deuteranopia (Green-blind)
#0C09B4 — rgb(12, 9, 180)
Tritanopia (Blue-blind)
#02978E — rgb(2, 151, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 99%, 48%);
text
color: hsl(233, 99%, 48%);
border
border: 2px solid hsl(233, 99%, 48%);
gradient light
background: linear-gradient(to right, hsl(233, 99%, 68%), hsl(233, 99%, 48%));
gradient dark
background: linear-gradient(to right, hsl(233, 99%, 48%), hsl(233, 99%, 28%))
hex
background-color: #011DF4;
tailwind
bg-[hsl(233,99%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 99%, 48%, 0.4);
css variable
--color-primary: hsl(233, 99%, 48%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 99%, 48%)?
HEX: #011DF4 | RGB: rgb(1, 29, 244) | CMYK: 100%, 88%, 0%, 4% | HSV: 233°, 100%, 96%. Copy any format from the conversion table above.
What colors go well with #011DF4?
The complementary color is HSL(53, 99%, 48%). 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, 99%, 48%) in CSS?
As HSL: color: hsl(233, 99%, 48%); — As HEX: color: #011DF4; — As RGB: color: rgb(1, 29, 244); — Tailwind CSS: bg-[hsl(233,99%,48%)] — CSS variable: --color-primary: hsl(233, 99%, 48%);