#dfe136
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 225, 54
HSL
61°, 74%, 55%
CMYK
1, 0, 76, 12
Luminance
0.6980
Every format
| HEX | #dfe136 |
| RGB | rgb(223, 225, 54) |
| HSL | hsl(61, 74%, 55%) |
| CMYK | cmyk(1%, 0%, 76%, 12%) |
| LAB | lab(86.9 -19.4 76.7) |
| LCH | lch(86.9 79.1 104.2) |
| OKLCH | oklch(0.880 0.178 110.3) |
Copy-ready code
/* CSS */
color: #dfe136;
background-color: #dfe136;
/* Tailwind (arbitrary) */
class="text-[#dfe136] bg-[#dfe136]"
/* SCSS */
$brand: #dfe136;
/* SwiftUI */
Color(red: 0.875, green: 0.882, blue: 0.212)
/* Android */
Color.parseColor("#dfe136")Accessibility — WCAG contrast
Aa
#dfe136 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe136 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.2%
Blue21.2%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow76.0%
Key (black)11.8%
Color previews
#dfe136 text on a black background
contrast 14.96:1
Card sample
#dfe136 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe136;
Background color
Panel with #dfe136 background
background-color: #dfe136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 225, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 225, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe136; background: linear-gradient(135deg, #dfe136, #6DE136);