HSL(197, 94%, 54%)
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,94%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 94%, 54%) | color: hsl(197, 94%, 54%) | |
| HEX | #1BB9F8 | color: #1BB9F8 | |
| RGB | rgb(27, 185, 248) | color: rgb(27, 185, 248) | |
| CMYK | cmyk(89%, 25%, 0%, 3%) | — | |
| HSV | hsv(197, 89%, 97%) | — | |
| HWB | hwb(197 11% 3%) | color: hwb(197 11% 3%) | |
| OKLCH | oklch(0.7398 0.1479 232.85) | color: oklch(0.7398 0.1479 232.85) | |
| Lab | lab(70.67 -16.08 -41.69) | color: lab(70.67 -16.08 -41.69) | |
| LCH | lch(70.67 44.68 248.91) | color: lch(70.67 44.68 248.91) |
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)
#5F61E9 — rgb(95, 97, 233)
Deuteranopia (Green-blind)
#564AE5 — rgb(86, 74, 229)
Tritanopia (Blue-blind)
#23DDDA — rgb(35, 221, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 94%, 54%);
text
color: hsl(197, 94%, 54%);
border
border: 2px solid hsl(197, 94%, 54%);
gradient light
background: linear-gradient(to right, hsl(197, 94%, 74%), hsl(197, 94%, 54%));
gradient dark
background: linear-gradient(to right, hsl(197, 94%, 54%), hsl(197, 94%, 34%))
hex
background-color: #1BB9F8;
tailwind
bg-[hsl(197,94%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 94%, 54%, 0.4);
css variable
--color-primary: hsl(197, 94%, 54%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 94%, 54%)?
HEX: #1BB9F8 | RGB: rgb(27, 185, 248) | CMYK: 89%, 25%, 0%, 3% | HSV: 197°, 89%, 97%. Copy any format from the conversion table above.
What colors go well with #1BB9F8?
The complementary color is HSL(17, 94%, 54%). 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, 94%, 54%) in CSS?
As HSL: color: hsl(197, 94%, 54%); — As HEX: color: #1BB9F8; — As RGB: color: rgb(27, 185, 248); — Tailwind CSS: bg-[hsl(197,94%,54%)] — CSS variable: --color-primary: hsl(197, 94%, 54%);