HSL(47, 82%, 42%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,82%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 82%, 42%) | color: hsl(47, 82%, 42%) | |
| HEX | #C39D13 | color: #C39D13 | |
| RGB | rgb(195, 157, 19) | color: rgb(195, 157, 19) | |
| CMYK | cmyk(0%, 19%, 90%, 24%) | — | |
| HSV | hsv(47, 90%, 76%) | — | |
| HWB | hwb(47 8% 24%) | color: hwb(47 8% 24%) | |
| OKLCH | oklch(0.7108 0.1416 90.79) | color: oklch(0.7108 0.1416 90.79) | |
| Lab | lab(66.34 2.38 67.18) | color: lab(66.34 2.38 67.18) | |
| LCH | lch(66.34 67.22 87.97) | color: lch(66.34 67.22 87.97) |
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)
#B3B234 — rgb(179, 178, 52)
Deuteranopia (Green-blind)
#B5B83C — rgb(181, 184, 60)
Tritanopia (Blue-blind)
#C14F55 — rgb(193, 79, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 82%, 42%);
text
color: hsl(47, 82%, 42%);
border
border: 2px solid hsl(47, 82%, 42%);
gradient light
background: linear-gradient(to right, hsl(47, 82%, 62%), hsl(47, 82%, 42%));
gradient dark
background: linear-gradient(to right, hsl(47, 82%, 42%), hsl(47, 82%, 22%))
hex
background-color: #C39D13;
tailwind
bg-[hsl(47,82%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 82%, 42%, 0.4);
css variable
--color-primary: hsl(47, 82%, 42%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 82%, 42%)?
HEX: #C39D13 | RGB: rgb(195, 157, 19) | CMYK: 0%, 19%, 90%, 24% | HSV: 47°, 90%, 76%. Copy any format from the conversion table above.
What colors go well with #C39D13?
The complementary color is HSL(227, 82%, 42%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 82%, 42%) in CSS?
As HSL: color: hsl(47, 82%, 42%); — As HEX: color: #C39D13; — As RGB: color: rgb(195, 157, 19); — Tailwind CSS: bg-[hsl(47,82%,42%)] — CSS variable: --color-primary: hsl(47, 82%, 42%);