#dfe166
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 225, 102
HSL
61°, 67%, 64%
CMYK
1, 0, 55, 12
Luminance
0.7050
Every format
| HEX | #dfe166 |
| RGB | rgb(223, 225, 102) |
| HSL | hsl(61, 67%, 64%) |
| CMYK | cmyk(1%, 0%, 55%, 12%) |
| LAB | lab(87.2 -16.7 58.8) |
| LCH | lch(87.2 61.2 105.8) |
| OKLCH | oklch(0.884 0.145 109.9) |
Copy-ready code
/* CSS */
color: #dfe166;
background-color: #dfe166;
/* Tailwind (arbitrary) */
class="text-[#dfe166] bg-[#dfe166]"
/* SCSS */
$brand: #dfe166;
/* SwiftUI */
Color(red: 0.875, green: 0.882, blue: 0.400)
/* Android */
Color.parseColor("#dfe166")Accessibility — WCAG contrast
Aa
#dfe166 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe166 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.2%
Blue40.0%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow54.7%
Key (black)11.8%
Color previews
#dfe166 text on a black background
contrast 15.10:1
Card sample
#dfe166 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe166;
Background color
Panel with #dfe166 background
background-color: #dfe166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 225, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 225, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe166; background: linear-gradient(135deg, #dfe166, #8DE166);