HSL(207, 10%, 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(207,10%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 10%, 47%) | color: hsl(207, 10%, 47%) | |
| HEX | #6C7984 | color: #6C7984 | |
| RGB | rgb(108, 121, 132) | color: rgb(108, 121, 132) | |
| CMYK | cmyk(18%, 8%, 0%, 48%) | — | |
| HSV | hsv(208, 18%, 52%) | — | |
| HWB | hwb(208 43% 48%) | color: hwb(208 43% 48%) | |
| OKLCH | oklch(0.5692 0.023 243.67) | color: oklch(0.5692 0.023 243.67) | |
| Lab | lab(50.13 -2.31 -7.62) | color: lab(50.13 -2.31 -7.62) | |
| LCH | lch(50.13 7.96 253.14) | color: lch(50.13 7.96 253.14) |
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)
#727281 — rgb(114, 114, 129)
Deuteranopia (Green-blind)
#717081 — rgb(113, 112, 129)
Tritanopia (Blue-blind)
#6D7F7F — rgb(109, 127, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 10%, 47%);
text
color: hsl(207, 10%, 47%);
border
border: 2px solid hsl(207, 10%, 47%);
gradient light
background: linear-gradient(to right, hsl(207, 10%, 67%), hsl(207, 10%, 47%));
gradient dark
background: linear-gradient(to right, hsl(207, 10%, 47%), hsl(207, 10%, 27%))
hex
background-color: #6C7984;
tailwind
bg-[hsl(207,10%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 10%, 47%, 0.4);
css variable
--color-primary: hsl(207, 10%, 47%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 10%, 47%)?
HEX: #6C7984 | RGB: rgb(108, 121, 132) | CMYK: 18%, 8%, 0%, 48% | HSV: 208°, 18%, 52%. Copy any format from the conversion table above.
What colors go well with #6C7984?
The complementary color is HSL(27, 10%, 47%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 10%, 47%) in CSS?
As HSL: color: hsl(207, 10%, 47%); — As HEX: color: #6C7984; — As RGB: color: rgb(108, 121, 132); — Tailwind CSS: bg-[hsl(207,10%,47%)] — CSS variable: --color-primary: hsl(207, 10%, 47%);