HSL(197, 95%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,95%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 95%, 70%) | color: hsl(197, 95%, 70%) | |
| HEX | #6AD2FB | color: #6AD2FB | |
| RGB | rgb(106, 210, 251) | color: rgb(106, 210, 251) | |
| CMYK | cmyk(58%, 16%, 0%, 2%) | — | |
| HSV | hsv(197, 58%, 98%) | — | |
| HWB | hwb(197 41% 2%) | color: hwb(197 41% 2%) | |
| OKLCH | oklch(0.8172 0.1122 226.45) | color: oklch(0.8172 0.1122 226.45) | |
| Lab | lab(79.68 -18.73 -29.2) | color: lab(79.68 -18.73 -29.2) | |
| LCH | lch(79.68 34.69 237.32) | color: lch(79.68 34.69 237.32) |
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)
#9798F1 — rgb(151, 152, 241)
Deuteranopia (Green-blind)
#9189EF — rgb(145, 137, 239)
Tritanopia (Blue-blind)
#6FE9E8 — rgb(111, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 95%, 70%);
text
color: hsl(197, 95%, 70%);
border
border: 2px solid hsl(197, 95%, 70%);
gradient light
background: linear-gradient(to right, hsl(197, 95%, 90%), hsl(197, 95%, 70%));
gradient dark
background: linear-gradient(to right, hsl(197, 95%, 70%), hsl(197, 95%, 50%))
hex
background-color: #6AD2FB;
tailwind
bg-[hsl(197,95%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 95%, 70%, 0.4);
css variable
--color-primary: hsl(197, 95%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 95%, 70%)?
HEX: #6AD2FB | RGB: rgb(106, 210, 251) | CMYK: 58%, 16%, 0%, 2% | HSV: 197°, 58%, 98%. Copy any format from the conversion table above.
What colors go well with #6AD2FB?
The complementary color is HSL(17, 95%, 70%). 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%, 70%) in CSS?
As HSL: color: hsl(197, 95%, 70%); — As HEX: color: #6AD2FB; — As RGB: color: rgb(106, 210, 251); — Tailwind CSS: bg-[hsl(197,95%,70%)] — CSS variable: --color-primary: hsl(197, 95%, 70%);