HSL(197, 98%, 58%)
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,98%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 98%, 58%) | color: hsl(197, 98%, 58%) | |
| HEX | #2BC1FD | color: #2BC1FD | |
| RGB | rgb(43, 193, 253) | color: rgb(43, 193, 253) | |
| CMYK | cmyk(83%, 24%, 0%, 1%) | — | |
| HSV | hsv(197, 83%, 99%) | — | |
| HWB | hwb(197 17% 1%) | color: hwb(197 17% 1%) | |
| OKLCH | oklch(0.7627 0.145 231.35) | color: oklch(0.7627 0.145 231.35) | |
| Lab | lab(73.38 -17.59 -40.14) | color: lab(73.38 -17.59 -40.14) | |
| LCH | lch(73.38 43.82 246.34) | color: lch(73.38 43.82 246.34) |
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)
#6C6DEE — rgb(108, 109, 238)
Deuteranopia (Green-blind)
#6358EB — rgb(99, 88, 235)
Tritanopia (Blue-blind)
#33E3E1 — rgb(51, 227, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 98%, 58%);
text
color: hsl(197, 98%, 58%);
border
border: 2px solid hsl(197, 98%, 58%);
gradient light
background: linear-gradient(to right, hsl(197, 98%, 78%), hsl(197, 98%, 58%));
gradient dark
background: linear-gradient(to right, hsl(197, 98%, 58%), hsl(197, 98%, 38%))
hex
background-color: #2BC1FD;
tailwind
bg-[hsl(197,98%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 98%, 58%, 0.4);
css variable
--color-primary: hsl(197, 98%, 58%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 98%, 58%)?
HEX: #2BC1FD | RGB: rgb(43, 193, 253) | CMYK: 83%, 24%, 0%, 1% | HSV: 197°, 83%, 99%. Copy any format from the conversion table above.
What colors go well with #2BC1FD?
The complementary color is HSL(17, 98%, 58%). 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, 98%, 58%) in CSS?
As HSL: color: hsl(197, 98%, 58%); — As HEX: color: #2BC1FD; — As RGB: color: rgb(43, 193, 253); — Tailwind CSS: bg-[hsl(197,98%,58%)] — CSS variable: --color-primary: hsl(197, 98%, 58%);