HSL(62, 35%, 79%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(62,35%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 35%, 79%) | color: hsl(62, 35%, 79%) | |
| HEX | #DBDCB7 | color: #DBDCB7 | |
| RGB | rgb(219, 220, 183) | color: rgb(219, 220, 183) | |
| CMYK | cmyk(0%, 0%, 17%, 14%) | — | |
| HSV | hsv(62, 17%, 86%) | — | |
| HWB | hwb(62 71% 14%) | color: hwb(62 71% 14%) | |
| OKLCH | oklch(0.8842 0.0491 108.64) | color: oklch(0.8842 0.0491 108.64) | |
| Lab | lab(86.83 -6.48 18.11) | color: lab(86.83 -6.48 18.11) | |
| LCH | lch(86.83 19.23 109.69) | color: lch(86.83 19.23 109.69) |
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)
#DBDBC0 — rgb(219, 219, 192)
Deuteranopia (Green-blind)
#DBDBC2 — rgb(219, 219, 194)
Tritanopia (Blue-blind)
#DBC7C9 — rgb(219, 199, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 35%, 79%);
text
color: hsl(62, 35%, 79%);
border
border: 2px solid hsl(62, 35%, 79%);
gradient light
background: linear-gradient(to right, hsl(62, 35%, 99%), hsl(62, 35%, 79%));
gradient dark
background: linear-gradient(to right, hsl(62, 35%, 79%), hsl(62, 35%, 59%))
hex
background-color: #DBDCB7;
tailwind
bg-[hsl(62,35%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 35%, 79%, 0.4);
css variable
--color-primary: hsl(62, 35%, 79%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 35%, 79%)?
HEX: #DBDCB7 | RGB: rgb(219, 220, 183) | CMYK: 0%, 0%, 17%, 14% | HSV: 62°, 17%, 86%. Copy any format from the conversion table above.
What colors go well with #DBDCB7?
The complementary color is HSL(242, 35%, 79%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 35%, 79%) in CSS?
As HSL: color: hsl(62, 35%, 79%); — As HEX: color: #DBDCB7; — As RGB: color: rgb(219, 220, 183); — Tailwind CSS: bg-[hsl(62,35%,79%)] — CSS variable: --color-primary: hsl(62, 35%, 79%);