HSL(63, 10%, 30%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(63,10%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 10%, 30%) | color: hsl(63, 10%, 30%) | |
| HEX | #535445 | color: #535445 | |
| RGB | rgb(83, 84, 69) | color: rgb(83, 84, 69) | |
| CMYK | cmyk(1%, 0%, 18%, 67%) | — | |
| HSV | hsv(64, 18%, 33%) | — | |
| HWB | hwb(64 27% 67%) | color: hwb(64 27% 67%) | |
| OKLCH | oklch(0.4403 0.0238 110.46) | color: oklch(0.4403 0.0238 110.46) | |
| Lab | lab(35.22 -3.39 8.65) | color: lab(35.22 -3.39 8.65) | |
| LCH | lch(35.22 9.29 111.4) | color: lch(35.22 9.29 111.4) |
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)
#535349 — rgb(83, 83, 73)
Deuteranopia (Green-blind)
#53534A — rgb(83, 83, 74)
Tritanopia (Blue-blind)
#534B4C — rgb(83, 75, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 10%, 30%);
text
color: hsl(63, 10%, 30%);
border
border: 2px solid hsl(63, 10%, 30%);
gradient light
background: linear-gradient(to right, hsl(63, 10%, 50%), hsl(63, 10%, 30%));
gradient dark
background: linear-gradient(to right, hsl(63, 10%, 30%), hsl(63, 10%, 10%))
hex
background-color: #535445;
tailwind
bg-[hsl(63,10%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 10%, 30%, 0.4);
css variable
--color-primary: hsl(63, 10%, 30%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 10%, 30%)?
HEX: #535445 | RGB: rgb(83, 84, 69) | CMYK: 1%, 0%, 18%, 67% | HSV: 64°, 18%, 33%. Copy any format from the conversion table above.
What colors go well with #535445?
The complementary color is HSL(243, 10%, 30%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 10%, 30%) in CSS?
As HSL: color: hsl(63, 10%, 30%); — As HEX: color: #535445; — As RGB: color: rgb(83, 84, 69); — Tailwind CSS: bg-[hsl(63,10%,30%)] — CSS variable: --color-primary: hsl(63, 10%, 30%);