HSL(63, 52%, 28%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,52%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 52%, 28%) | color: hsl(63, 52%, 28%) | |
| HEX | #696D22 | color: #696D22 | |
| RGB | rgb(105, 109, 34) | color: rgb(105, 109, 34) | |
| CMYK | cmyk(4%, 0%, 69%, 57%) | — | |
| HSV | hsv(63, 69%, 43%) | — | |
| HWB | hwb(63 13% 57%) | color: hwb(63 13% 57%) | |
| OKLCH | oklch(0.5158 0.0968 112.28) | color: oklch(0.5158 0.0968 112.28) | |
| Lab | lab(44.31 -12.08 39.7) | color: lab(44.31 -12.08 39.7) | |
| LCH | lch(44.31 41.5 106.92) | color: lch(44.31 41.5 106.92) |
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)
#6B6B34 — rgb(107, 107, 52)
Deuteranopia (Green-blind)
#6B6A39 — rgb(107, 106, 57)
Tritanopia (Blue-blind)
#694246 — rgb(105, 66, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 52%, 28%);
text
color: hsl(63, 52%, 28%);
border
border: 2px solid hsl(63, 52%, 28%);
gradient light
background: linear-gradient(to right, hsl(63, 52%, 48%), hsl(63, 52%, 28%));
gradient dark
background: linear-gradient(to right, hsl(63, 52%, 28%), hsl(63, 52%, 8%))
hex
background-color: #696D22;
tailwind
bg-[hsl(63,52%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 52%, 28%, 0.4);
css variable
--color-primary: hsl(63, 52%, 28%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 52%, 28%)?
HEX: #696D22 | RGB: rgb(105, 109, 34) | CMYK: 4%, 0%, 69%, 57% | HSV: 63°, 69%, 43%. Copy any format from the conversion table above.
What colors go well with #696D22?
The complementary color is HSL(243, 52%, 28%). 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, 52%, 28%) in CSS?
As HSL: color: hsl(63, 52%, 28%); — As HEX: color: #696D22; — As RGB: color: rgb(105, 109, 34); — Tailwind CSS: bg-[hsl(63,52%,28%)] — CSS variable: --color-primary: hsl(63, 52%, 28%);