HSL(49, 65%, 15%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,65%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 65%, 15%) | color: hsl(49, 65%, 15%) | |
| HEX | #3F360D | color: #3F360D | |
| RGB | rgb(63, 54, 13) | color: rgb(63, 54, 13) | |
| CMYK | cmyk(0%, 14%, 79%, 75%) | — | |
| HSV | hsv(49, 79%, 25%) | — | |
| HWB | hwb(49 5% 75%) | color: hwb(49 5% 75%) | |
| OKLCH | oklch(0.3334 0.0587 96.57) | color: oklch(0.3334 0.0587 96.57) | |
| Lab | lab(22.74 -1.56 26.07) | color: lab(22.74 -1.56 26.07) | |
| LCH | lch(22.74 26.12 93.42) | color: lch(22.74 26.12 93.42) |
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)
#3B3B17 — rgb(59, 59, 23)
Deuteranopia (Green-blind)
#3C3C19 — rgb(60, 60, 25)
Tritanopia (Blue-blind)
#3F1F20 — rgb(63, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 65%, 15%);
text
color: hsl(49, 65%, 15%);
border
border: 2px solid hsl(49, 65%, 15%);
gradient light
background: linear-gradient(to right, hsl(49, 65%, 35%), hsl(49, 65%, 15%));
gradient dark
background: linear-gradient(to right, hsl(49, 65%, 15%), hsl(49, 65%, 0%))
hex
background-color: #3F360D;
tailwind
bg-[hsl(49,65%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 65%, 15%, 0.4);
css variable
--color-primary: hsl(49, 65%, 15%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 65%, 15%)?
HEX: #3F360D | RGB: rgb(63, 54, 13) | CMYK: 0%, 14%, 79%, 75% | HSV: 49°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #3F360D?
The complementary color is HSL(229, 65%, 15%). 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, 65%, 15%) in CSS?
As HSL: color: hsl(49, 65%, 15%); — As HEX: color: #3F360D; — As RGB: color: rgb(63, 54, 13); — Tailwind CSS: bg-[hsl(49,65%,15%)] — CSS variable: --color-primary: hsl(49, 65%, 15%);