HSL(247, 10%, 35%)
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(247,10%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 10%, 35%) | color: hsl(247, 10%, 35%) | |
| HEX | #525062 | color: #525062 | |
| RGB | rgb(82, 80, 98) | color: rgb(82, 80, 98) | |
| CMYK | cmyk(16%, 18%, 0%, 62%) | — | |
| HSV | hsv(247, 18%, 38%) | — | |
| HWB | hwb(247 31% 62%) | color: hwb(247 31% 62%) | |
| OKLCH | oklch(0.44 0.0294 290.23) | color: oklch(0.44 0.0294 290.23) | |
| Lab | lab(34.83 4.97 -10.15) | color: lab(34.83 4.97 -10.15) | |
| LCH | lch(34.83 11.3 296.09) | color: lch(34.83 11.3 296.09) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#51515E — rgb(81, 81, 94)
Deuteranopia (Green-blind)
#51515D — rgb(81, 81, 93)
Tritanopia (Blue-blind)
#525A59 — rgb(82, 90, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 10%, 35%);
text
color: hsl(247, 10%, 35%);
border
border: 2px solid hsl(247, 10%, 35%);
gradient light
background: linear-gradient(to right, hsl(247, 10%, 55%), hsl(247, 10%, 35%));
gradient dark
background: linear-gradient(to right, hsl(247, 10%, 35%), hsl(247, 10%, 15%))
hex
background-color: #525062;
tailwind
bg-[hsl(247,10%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 10%, 35%, 0.4);
css variable
--color-primary: hsl(247, 10%, 35%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 10%, 35%)?
HEX: #525062 | RGB: rgb(82, 80, 98) | CMYK: 16%, 18%, 0%, 62% | HSV: 247°, 18%, 38%. Copy any format from the conversion table above.
What colors go well with #525062?
The complementary color is HSL(67, 10%, 35%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 10%, 35%) in CSS?
As HSL: color: hsl(247, 10%, 35%); — As HEX: color: #525062; — As RGB: color: rgb(82, 80, 98); — Tailwind CSS: bg-[hsl(247,10%,35%)] — CSS variable: --color-primary: hsl(247, 10%, 35%);