#dec93f
a balanced, vivid yellow · cool · closest name: gold
RGB
222, 201, 63
HSL
52°, 71%, 56%
CMYK
0, 10, 72, 13
Luminance
0.5766
Every format
| HEX | #dec93f |
| RGB | rgb(222, 201, 63) |
| HSL | hsl(52, 71%, 56%) |
| CMYK | cmyk(0%, 10%, 72%, 13%) |
| LAB | lab(80.5 -7.5 67.7) |
| LCH | lch(80.5 68.2 96.3) |
| OKLCH | oklch(0.830 0.152 100.4) |
Copy-ready code
/* CSS */
color: #dec93f;
background-color: #dec93f;
/* Tailwind (arbitrary) */
class="text-[#dec93f] bg-[#dec93f]"
/* SCSS */
$brand: #dec93f;
/* SwiftUI */
Color(red: 0.871, green: 0.788, blue: 0.247)
/* Android */
Color.parseColor("#dec93f")Accessibility — WCAG contrast
Aa
#dec93f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dec93f on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green78.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow71.6%
Key (black)12.9%
Color previews
#dec93f text on a black background
contrast 12.53:1
Card sample
#dec93f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dec93f;
Background color
Panel with #dec93f background
background-color: #dec93f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dec93f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 201, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 201, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dec93f; background: linear-gradient(135deg, #dec93f, #89DE3F);