#dffb13
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 251, 19
HSL
67°, 97%, 53%
CMYK
11, 0, 92, 2
Luminance
0.8473
Every format
| HEX | #dffb13 |
| RGB | rgb(223, 251, 19) |
| HSL | hsl(67, 97%, 53%) |
| CMYK | cmyk(11%, 0%, 92%, 2%) |
| LAB | lab(93.8 -32.5 89.4) |
| LCH | lch(93.8 95.2 110.0) |
| OKLCH | oklch(0.935 0.215 117.7) |
Copy-ready code
/* CSS */
color: #dffb13;
background-color: #dffb13;
/* Tailwind (arbitrary) */
class="text-[#dffb13] bg-[#dffb13]"
/* SCSS */
$brand: #dffb13;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#dffb13")Accessibility — WCAG contrast
Aa
#dffb13 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffb13 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue7.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#dffb13 text on a black background
contrast 17.95:1
Card sample
#dffb13 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffb13;
Background color
Panel with #dffb13 background
background-color: #dffb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffb13; background: linear-gradient(135deg, #dffb13, #44FB13);