#ded92f
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 217, 47
HSL
58°, 73%, 53%
CMYK
0, 2, 79, 13
Luminance
0.6536
Every format
| HEX | #ded92f |
| RGB | rgb(222, 217, 47) |
| HSL | hsl(58, 73%, 53%) |
| CMYK | cmyk(0%, 2%, 79%, 13%) |
| LAB | lab(84.7 -16.1 76.7) |
| LCH | lch(84.7 78.3 101.9) |
| OKLCH | oklch(0.862 0.174 107.8) |
Copy-ready code
/* CSS */
color: #ded92f;
background-color: #ded92f;
/* Tailwind (arbitrary) */
class="text-[#ded92f] bg-[#ded92f]"
/* SCSS */
$brand: #ded92f;
/* SwiftUI */
Color(red: 0.871, green: 0.851, blue: 0.184)
/* Android */
Color.parseColor("#ded92f")Accessibility — WCAG contrast
Aa
#ded92f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded92f on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow78.8%
Key (black)12.9%
Color previews
#ded92f text on a black background
contrast 14.07:1
Card sample
#ded92f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded92f;
Background color
Panel with #ded92f background
background-color: #ded92f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded92f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 217, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 217, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded92f; background: linear-gradient(135deg, #ded92f, #6EDE2F);