HSL(234, 90%, 41%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,90%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 90%, 41%) | color: hsl(234, 90%, 41%) | |
| HEX | #0A1DC7 | color: #0A1DC7 | |
| RGB | rgb(10, 29, 199) | color: rgb(10, 29, 199) | |
| CMYK | cmyk(95%, 85%, 0%, 22%) | — | |
| HSV | hsv(234, 95%, 78%) | — | |
| HWB | hwb(234 4% 22%) | color: hwb(234 4% 22%) | |
| OKLCH | oklch(0.395 0.2462 265.22) | color: oklch(0.395 0.2462 265.22) | |
| Lab | lab(26.92 57.7 -84.73) | color: lab(26.92 57.7 -84.73) | |
| LCH | lch(26.92 102.51 304.25) | color: lch(26.92 102.51 304.25) |
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)
#12129E — rgb(18, 18, 158)
Deuteranopia (Green-blind)
#111094 — rgb(17, 16, 148)
Tritanopia (Blue-blind)
#0B7D76 — rgb(11, 125, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 90%, 41%);
text
color: hsl(234, 90%, 41%);
border
border: 2px solid hsl(234, 90%, 41%);
gradient light
background: linear-gradient(to right, hsl(234, 90%, 61%), hsl(234, 90%, 41%));
gradient dark
background: linear-gradient(to right, hsl(234, 90%, 41%), hsl(234, 90%, 21%))
hex
background-color: #0A1DC7;
tailwind
bg-[hsl(234,90%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 90%, 41%, 0.4);
css variable
--color-primary: hsl(234, 90%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 90%, 41%)?
HEX: #0A1DC7 | RGB: rgb(10, 29, 199) | CMYK: 95%, 85%, 0%, 22% | HSV: 234°, 95%, 78%. Copy any format from the conversion table above.
What colors go well with #0A1DC7?
The complementary color is HSL(54, 90%, 41%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 90%, 41%) in CSS?
As HSL: color: hsl(234, 90%, 41%); — As HEX: color: #0A1DC7; — As RGB: color: rgb(10, 29, 199); — Tailwind CSS: bg-[hsl(234,90%,41%)] — CSS variable: --color-primary: hsl(234, 90%, 41%);