HSL(63, 20%, 38%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,20%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 20%, 38%) | color: hsl(63, 20%, 38%) | |
| HEX | #72744E | color: #72744E | |
| RGB | rgb(114, 116, 78) | color: rgb(114, 116, 78) | |
| CMYK | cmyk(2%, 0%, 33%, 55%) | — | |
| HSV | hsv(63, 33%, 45%) | — | |
| HWB | hwb(63 30% 55%) | color: hwb(63 30% 55%) | |
| OKLCH | oklch(0.5472 0.0553 110.63) | color: oklch(0.5472 0.0553 110.63) | |
| Lab | lab(47.78 -7.36 20.8) | color: lab(47.78 -7.36 20.8) | |
| LCH | lch(47.78 22.06 109.49) | color: lch(47.78 22.06 109.49) |
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)
#737357 — rgb(115, 115, 87)
Deuteranopia (Green-blind)
#737359 — rgb(115, 115, 89)
Tritanopia (Blue-blind)
#725E60 — rgb(114, 94, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 20%, 38%);
text
color: hsl(63, 20%, 38%);
border
border: 2px solid hsl(63, 20%, 38%);
gradient light
background: linear-gradient(to right, hsl(63, 20%, 58%), hsl(63, 20%, 38%));
gradient dark
background: linear-gradient(to right, hsl(63, 20%, 38%), hsl(63, 20%, 18%))
hex
background-color: #72744E;
tailwind
bg-[hsl(63,20%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 20%, 38%, 0.4);
css variable
--color-primary: hsl(63, 20%, 38%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 20%, 38%)?
HEX: #72744E | RGB: rgb(114, 116, 78) | CMYK: 2%, 0%, 33%, 55% | HSV: 63°, 33%, 45%. Copy any format from the conversion table above.
What colors go well with #72744E?
The complementary color is HSL(243, 20%, 38%). 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, 20%, 38%) in CSS?
As HSL: color: hsl(63, 20%, 38%); — As HEX: color: #72744E; — As RGB: color: rgb(114, 116, 78); — Tailwind CSS: bg-[hsl(63,20%,38%)] — CSS variable: --color-primary: hsl(63, 20%, 38%);