HSL(197, 30%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,30%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 30%, 57%) | color: hsl(197, 30%, 57%) | |
| HEX | #70A0B2 | color: #70A0B2 | |
| RGB | rgb(112, 160, 178) | color: rgb(112, 160, 178) | |
| CMYK | cmyk(37%, 10%, 0%, 30%) | — | |
| HSV | hsv(196, 37%, 70%) | — | |
| HWB | hwb(196 44% 30%) | color: hwb(196 44% 30%) | |
| OKLCH | oklch(0.678 0.0578 223.32) | color: oklch(0.678 0.0578 223.32) | |
| Lab | lab(63.18 -11.44 -14.44) | color: lab(63.18 -11.44 -14.44) | |
| LCH | lch(63.18 18.42 231.61) | color: lch(63.18 18.42 231.61) |
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)
#8585AE — rgb(133, 133, 174)
Deuteranopia (Green-blind)
#827EAD — rgb(130, 126, 173)
Tritanopia (Blue-blind)
#72AAA9 — rgb(114, 170, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 30%, 57%);
text
color: hsl(197, 30%, 57%);
border
border: 2px solid hsl(197, 30%, 57%);
gradient light
background: linear-gradient(to right, hsl(197, 30%, 77%), hsl(197, 30%, 57%));
gradient dark
background: linear-gradient(to right, hsl(197, 30%, 57%), hsl(197, 30%, 37%))
hex
background-color: #70A0B2;
tailwind
bg-[hsl(197,30%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 30%, 57%, 0.4);
css variable
--color-primary: hsl(197, 30%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 30%, 57%)?
HEX: #70A0B2 | RGB: rgb(112, 160, 178) | CMYK: 37%, 10%, 0%, 30% | HSV: 196°, 37%, 70%. Copy any format from the conversion table above.
What colors go well with #70A0B2?
The complementary color is HSL(17, 30%, 57%). 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, 30%, 57%) in CSS?
As HSL: color: hsl(197, 30%, 57%); — As HEX: color: #70A0B2; — As RGB: color: rgb(112, 160, 178); — Tailwind CSS: bg-[hsl(197,30%,57%)] — CSS variable: --color-primary: hsl(197, 30%, 57%);