HSL(49, 16%, 73%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(49,16%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 16%, 73%) | color: hsl(49, 16%, 73%) | |
| HEX | #C5C1AF | color: #C5C1AF | |
| RGB | rgb(197, 193, 175) | color: rgb(197, 193, 175) | |
| CMYK | cmyk(0%, 2%, 11%, 23%) | — | |
| HSV | hsv(49, 11%, 77%) | — | |
| HWB | hwb(49 69% 23%) | color: hwb(49 69% 23%) | |
| OKLCH | oklch(0.8092 0.0251 96.63) | color: oklch(0.8092 0.0251 96.63) | |
| Lab | lab(77.94 -1.73 9.56) | color: lab(77.94 -1.73 9.56) | |
| LCH | lch(77.94 9.72 100.26) | color: lch(77.94 9.72 100.26) |
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)
#C3C3B3 — rgb(195, 195, 179)
Deuteranopia (Green-blind)
#C4C4B4 — rgb(196, 196, 180)
Tritanopia (Blue-blind)
#C5B7B8 — rgb(197, 183, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 16%, 73%);
text
color: hsl(49, 16%, 73%);
border
border: 2px solid hsl(49, 16%, 73%);
gradient light
background: linear-gradient(to right, hsl(49, 16%, 93%), hsl(49, 16%, 73%));
gradient dark
background: linear-gradient(to right, hsl(49, 16%, 73%), hsl(49, 16%, 53%))
hex
background-color: #C5C1AF;
tailwind
bg-[hsl(49,16%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 16%, 73%, 0.4);
css variable
--color-primary: hsl(49, 16%, 73%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 16%, 73%)?
HEX: #C5C1AF | RGB: rgb(197, 193, 175) | CMYK: 0%, 2%, 11%, 23% | HSV: 49°, 11%, 77%. Copy any format from the conversion table above.
What colors go well with #C5C1AF?
The complementary color is HSL(229, 16%, 73%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 16%, 73%) in CSS?
As HSL: color: hsl(49, 16%, 73%); — As HEX: color: #C5C1AF; — As RGB: color: rgb(197, 193, 175); — Tailwind CSS: bg-[hsl(49,16%,73%)] — CSS variable: --color-primary: hsl(49, 16%, 73%);