HSL(196, 99%, 43%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,99%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 99%, 43%) | color: hsl(196, 99%, 43%) | |
| HEX | #01A0DA | color: #01A0DA | |
| RGB | rgb(1, 160, 218) | color: rgb(1, 160, 218) | |
| CMYK | cmyk(100%, 27%, 0%, 15%) | — | |
| HSV | hsv(196, 100%, 85%) | — | |
| HWB | hwb(196 0% 15%) | color: hwb(196 0% 15%) | |
| OKLCH | oklch(0.6644 0.1378 233.42) | color: oklch(0.6644 0.1378 233.42) | |
| Lab | lab(61.83 -14.13 -39.09) | color: lab(61.83 -14.13 -39.09) | |
| LCH | lch(61.83 41.57 250.13) | color: lch(61.83 41.57 250.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4647CC — rgb(70, 71, 204)
Deuteranopia (Green-blind)
#3D31C9 — rgb(61, 49, 201)
Tritanopia (Blue-blind)
#09C1BE — rgb(9, 193, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 99%, 43%);
text
color: hsl(196, 99%, 43%);
border
border: 2px solid hsl(196, 99%, 43%);
gradient light
background: linear-gradient(to right, hsl(196, 99%, 63%), hsl(196, 99%, 43%));
gradient dark
background: linear-gradient(to right, hsl(196, 99%, 43%), hsl(196, 99%, 23%))
hex
background-color: #01A0DA;
tailwind
bg-[hsl(196,99%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 99%, 43%, 0.4);
css variable
--color-primary: hsl(196, 99%, 43%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 99%, 43%)?
HEX: #01A0DA | RGB: rgb(1, 160, 218) | CMYK: 100%, 27%, 0%, 15% | HSV: 196°, 100%, 85%. Copy any format from the conversion table above.
What colors go well with #01A0DA?
The complementary color is HSL(16, 99%, 43%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 99%, 43%) in CSS?
As HSL: color: hsl(196, 99%, 43%); — As HEX: color: #01A0DA; — As RGB: color: rgb(1, 160, 218); — Tailwind CSS: bg-[hsl(196,99%,43%)] — CSS variable: --color-primary: hsl(196, 99%, 43%);