HSL(197, 95%, 47%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,95%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 95%, 47%) | color: hsl(197, 95%, 47%) | |
| HEX | #06A9EA | color: #06A9EA | |
| RGB | rgb(6, 169, 234) | color: rgb(6, 169, 234) | |
| CMYK | cmyk(97%, 28%, 0%, 8%) | — | |
| HSV | hsv(197, 97%, 92%) | — | |
| HWB | hwb(197 3% 8%) | color: hwb(197 3% 8%) | |
| OKLCH | oklch(0.6941 0.1468 235.26) | color: oklch(0.6941 0.1468 235.26) | |
| Lab | lab(65.24 -13.15 -42.57) | color: lab(65.24 -13.15 -42.57) | |
| LCH | lch(65.24 44.55 252.83) | color: lch(65.24 44.55 252.83) |
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)
#4D4EDA — rgb(77, 78, 218)
Deuteranopia (Green-blind)
#4337D7 — rgb(67, 55, 215)
Tritanopia (Blue-blind)
#0ECECB — rgb(14, 206, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 95%, 47%);
text
color: hsl(197, 95%, 47%);
border
border: 2px solid hsl(197, 95%, 47%);
gradient light
background: linear-gradient(to right, hsl(197, 95%, 67%), hsl(197, 95%, 47%));
gradient dark
background: linear-gradient(to right, hsl(197, 95%, 47%), hsl(197, 95%, 27%))
hex
background-color: #06A9EA;
tailwind
bg-[hsl(197,95%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 95%, 47%, 0.4);
css variable
--color-primary: hsl(197, 95%, 47%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 95%, 47%)?
HEX: #06A9EA | RGB: rgb(6, 169, 234) | CMYK: 97%, 28%, 0%, 8% | HSV: 197°, 97%, 92%. Copy any format from the conversion table above.
What colors go well with #06A9EA?
The complementary color is HSL(17, 95%, 47%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 95%, 47%) in CSS?
As HSL: color: hsl(197, 95%, 47%); — As HEX: color: #06A9EA; — As RGB: color: rgb(6, 169, 234); — Tailwind CSS: bg-[hsl(197,95%,47%)] — CSS variable: --color-primary: hsl(197, 95%, 47%);