HSL(197, 92%, 41%)
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,92%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 92%, 41%) | color: hsl(197, 92%, 41%) | |
| HEX | #0892C9 | color: #0892C9 | |
| RGB | rgb(8, 146, 201) | color: rgb(8, 146, 201) | |
| CMYK | cmyk(96%, 27%, 0%, 21%) | — | |
| HSV | hsv(197, 96%, 79%) | — | |
| HWB | hwb(197 3% 21%) | color: hwb(197 3% 21%) | |
| OKLCH | oklch(0.6227 0.1297 234.52) | color: oklch(0.6227 0.1297 234.52) | |
| Lab | lab(56.9 -12.36 -37.3) | color: lab(56.9 -12.36 -37.3) | |
| LCH | lch(56.9 39.29 251.67) | color: lch(56.9 39.29 251.67) |
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)
#4445BC — rgb(68, 69, 188)
Deuteranopia (Green-blind)
#3C31B9 — rgb(60, 49, 185)
Tritanopia (Blue-blind)
#0FB1AF — rgb(15, 177, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 92%, 41%);
text
color: hsl(197, 92%, 41%);
border
border: 2px solid hsl(197, 92%, 41%);
gradient light
background: linear-gradient(to right, hsl(197, 92%, 61%), hsl(197, 92%, 41%));
gradient dark
background: linear-gradient(to right, hsl(197, 92%, 41%), hsl(197, 92%, 21%))
hex
background-color: #0892C9;
tailwind
bg-[hsl(197,92%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 92%, 41%, 0.4);
css variable
--color-primary: hsl(197, 92%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 92%, 41%)?
HEX: #0892C9 | RGB: rgb(8, 146, 201) | CMYK: 96%, 27%, 0%, 21% | HSV: 197°, 96%, 79%. Copy any format from the conversion table above.
What colors go well with #0892C9?
The complementary color is HSL(17, 92%, 41%). 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, 92%, 41%) in CSS?
As HSL: color: hsl(197, 92%, 41%); — As HEX: color: #0892C9; — As RGB: color: rgb(8, 146, 201); — Tailwind CSS: bg-[hsl(197,92%,41%)] — CSS variable: --color-primary: hsl(197, 92%, 41%);