HSL(63, 29%, 32%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,29%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 29%, 32%) | color: hsl(63, 29%, 32%) | |
| HEX | #67693A | color: #67693A | |
| RGB | rgb(103, 105, 58) | color: rgb(103, 105, 58) | |
| CMYK | cmyk(2%, 0%, 45%, 59%) | — | |
| HSV | hsv(63, 45%, 41%) | — | |
| HWB | hwb(63 23% 59%) | color: hwb(63 23% 59%) | |
| OKLCH | oklch(0.5074 0.0674 110.7) | color: oklch(0.5074 0.0674 110.7) | |
| Lab | lab(43.2 -8.53 26.1) | color: lab(43.2 -8.53 26.1) | |
| LCH | lch(43.2 27.46 108.1) | color: lch(43.2 27.46 108.1) |
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)
#686845 — rgb(104, 104, 69)
Deuteranopia (Green-blind)
#686848 — rgb(104, 104, 72)
Tritanopia (Blue-blind)
#674E50 — rgb(103, 78, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 29%, 32%);
text
color: hsl(63, 29%, 32%);
border
border: 2px solid hsl(63, 29%, 32%);
gradient light
background: linear-gradient(to right, hsl(63, 29%, 52%), hsl(63, 29%, 32%));
gradient dark
background: linear-gradient(to right, hsl(63, 29%, 32%), hsl(63, 29%, 12%))
hex
background-color: #67693A;
tailwind
bg-[hsl(63,29%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 29%, 32%, 0.4);
css variable
--color-primary: hsl(63, 29%, 32%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 29%, 32%)?
HEX: #67693A | RGB: rgb(103, 105, 58) | CMYK: 2%, 0%, 45%, 59% | HSV: 63°, 45%, 41%. Copy any format from the conversion table above.
What colors go well with #67693A?
The complementary color is HSL(243, 29%, 32%). 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, 29%, 32%) in CSS?
As HSL: color: hsl(63, 29%, 32%); — As HEX: color: #67693A; — As RGB: color: rgb(103, 105, 58); — Tailwind CSS: bg-[hsl(63,29%,32%)] — CSS variable: --color-primary: hsl(63, 29%, 32%);