HSL(63, 57%, 64%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,57%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 57%, 64%) | color: hsl(63, 57%, 64%) | |
| HEX | #D2D86F | color: #D2D86F | |
| RGB | rgb(210, 216, 111) | color: rgb(210, 216, 111) | |
| CMYK | cmyk(3%, 0%, 49%, 15%) | — | |
| HSV | hsv(63, 49%, 85%) | — | |
| HWB | hwb(63 43% 15%) | color: hwb(63 43% 15%) | |
| OKLCH | oklch(0.8558 0.1292 111.74) | color: oklch(0.8558 0.1292 111.74) | |
| Lab | lab(83.95 -16.67 50.61) | color: lab(83.95 -16.67 50.61) | |
| LCH | lch(83.95 53.28 108.23) | color: lch(83.95 53.28 108.23) |
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)
#D5D588 — rgb(213, 213, 136)
Deuteranopia (Green-blind)
#D4D48F — rgb(212, 212, 143)
Tritanopia (Blue-blind)
#D29CA1 — rgb(210, 156, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 57%, 64%);
text
color: hsl(63, 57%, 64%);
border
border: 2px solid hsl(63, 57%, 64%);
gradient light
background: linear-gradient(to right, hsl(63, 57%, 84%), hsl(63, 57%, 64%));
gradient dark
background: linear-gradient(to right, hsl(63, 57%, 64%), hsl(63, 57%, 44%))
hex
background-color: #D2D86F;
tailwind
bg-[hsl(63,57%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 57%, 64%, 0.4);
css variable
--color-primary: hsl(63, 57%, 64%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 57%, 64%)?
HEX: #D2D86F | RGB: rgb(210, 216, 111) | CMYK: 3%, 0%, 49%, 15% | HSV: 63°, 49%, 85%. Copy any format from the conversion table above.
What colors go well with #D2D86F?
The complementary color is HSL(243, 57%, 64%). 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, 57%, 64%) in CSS?
As HSL: color: hsl(63, 57%, 64%); — As HEX: color: #D2D86F; — As RGB: color: rgb(210, 216, 111); — Tailwind CSS: bg-[hsl(63,57%,64%)] — CSS variable: --color-primary: hsl(63, 57%, 64%);