HSL(63, 30%, 54%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,30%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 30%, 54%) | color: hsl(63, 30%, 54%) | |
| HEX | #A9AD67 | color: #A9AD67 | |
| RGB | rgb(169, 173, 103) | color: rgb(169, 173, 103) | |
| CMYK | cmyk(2%, 0%, 40%, 32%) | — | |
| HSV | hsv(63, 40%, 68%) | — | |
| HWB | hwb(63 41% 32%) | color: hwb(63 41% 32%) | |
| OKLCH | oklch(0.7282 0.0925 111.31) | color: oklch(0.7282 0.0925 111.31) | |
| Lab | lab(68.97 -12.17 35.45) | color: lab(68.97 -12.17 35.45) | |
| LCH | lch(68.97 37.48 108.95) | color: lch(68.97 37.48 108.95) |
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)
#ABAB78 — rgb(171, 171, 120)
Deuteranopia (Green-blind)
#ABAA7C — rgb(171, 170, 124)
Tritanopia (Blue-blind)
#A98588 — rgb(169, 133, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 30%, 54%);
text
color: hsl(63, 30%, 54%);
border
border: 2px solid hsl(63, 30%, 54%);
gradient light
background: linear-gradient(to right, hsl(63, 30%, 74%), hsl(63, 30%, 54%));
gradient dark
background: linear-gradient(to right, hsl(63, 30%, 54%), hsl(63, 30%, 34%))
hex
background-color: #A9AD67;
tailwind
bg-[hsl(63,30%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 30%, 54%, 0.4);
css variable
--color-primary: hsl(63, 30%, 54%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 30%, 54%)?
HEX: #A9AD67 | RGB: rgb(169, 173, 103) | CMYK: 2%, 0%, 40%, 32% | HSV: 63°, 40%, 68%. Copy any format from the conversion table above.
What colors go well with #A9AD67?
The complementary color is HSL(243, 30%, 54%). 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, 30%, 54%) in CSS?
As HSL: color: hsl(63, 30%, 54%); — As HEX: color: #A9AD67; — As RGB: color: rgb(169, 173, 103); — Tailwind CSS: bg-[hsl(63,30%,54%)] — CSS variable: --color-primary: hsl(63, 30%, 54%);