#decf03
a dark, electric yellow · cool · closest name: gold
RGB
222, 207, 3
HSL
56°, 97%, 44%
CMYK
0, 7, 99, 13
Luminance
0.6016
Every format
| HEX | #decf03 |
| RGB | rgb(222, 207, 3) |
| HSL | hsl(56, 97%, 44%) |
| CMYK | cmyk(0%, 7%, 99%, 13%) |
| LAB | lab(81.9 -12.0 81.9) |
| LCH | lch(81.9 82.8 98.3) |
| OKLCH | oklch(0.840 0.177 104.3) |
Copy-ready code
/* CSS */
color: #decf03;
background-color: #decf03;
/* Tailwind (arbitrary) */
class="text-[#decf03] bg-[#decf03]"
/* SCSS */
$brand: #decf03;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.012)
/* Android */
Color.parseColor("#decf03")Accessibility — WCAG contrast
Aa
#decf03 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decf03 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow98.6%
Key (black)12.9%
Color previews
#decf03 text on a black background
contrast 13.03:1
Card sample
#decf03 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decf03;
Background color
Panel with #decf03 background
background-color: #decf03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decf03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decf03; background: linear-gradient(135deg, #decf03, #5BDE03);