HSL(197, 12%, 47%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(197,12%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 12%, 47%) | color: hsl(197, 12%, 47%) | |
| HEX | #697E86 | color: #697E86 | |
| RGB | rgb(105, 126, 134) | color: rgb(105, 126, 134) | |
| CMYK | cmyk(22%, 6%, 0%, 47%) | — | |
| HSV | hsv(197, 22%, 53%) | — | |
| HWB | hwb(197 41% 47%) | color: hwb(197 41% 47%) | |
| OKLCH | oklch(0.5791 0.0274 222.89) | color: oklch(0.5791 0.0274 222.89) | |
| Lab | lab(51.43 -5.74 -6.88) | color: lab(51.43 -5.74 -6.88) | |
| LCH | lch(51.43 8.96 230.16) | color: lch(51.43 8.96 230.16) |
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)
#727284 — rgb(114, 114, 132)
Deuteranopia (Green-blind)
#716F84 — rgb(113, 111, 132)
Tritanopia (Blue-blind)
#6A8382 — rgb(106, 131, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 12%, 47%);
text
color: hsl(197, 12%, 47%);
border
border: 2px solid hsl(197, 12%, 47%);
gradient light
background: linear-gradient(to right, hsl(197, 12%, 67%), hsl(197, 12%, 47%));
gradient dark
background: linear-gradient(to right, hsl(197, 12%, 47%), hsl(197, 12%, 27%))
hex
background-color: #697E86;
tailwind
bg-[hsl(197,12%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 12%, 47%, 0.4);
css variable
--color-primary: hsl(197, 12%, 47%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 12%, 47%)?
HEX: #697E86 | RGB: rgb(105, 126, 134) | CMYK: 22%, 6%, 0%, 47% | HSV: 197°, 22%, 53%. Copy any format from the conversion table above.
What colors go well with #697E86?
The complementary color is HSL(17, 12%, 47%). 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, 12%, 47%) in CSS?
As HSL: color: hsl(197, 12%, 47%); — As HEX: color: #697E86; — As RGB: color: rgb(105, 126, 134); — Tailwind CSS: bg-[hsl(197,12%,47%)] — CSS variable: --color-primary: hsl(197, 12%, 47%);