#dfe348
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 227, 72
HSL
62°, 74%, 59%
CMYK
2, 0, 68, 11
Luminance
0.7109
Every format
| HEX | #dfe348 |
| RGB | rgb(223, 227, 72) |
| HSL | hsl(62, 74%, 59%) |
| CMYK | cmyk(2%, 0%, 68%, 11%) |
| LAB | lab(87.5 -19.6 71.4) |
| LCH | lch(87.5 74.0 105.3) |
| OKLCH | oklch(0.886 0.170 110.9) |
Copy-ready code
/* CSS */
color: #dfe348;
background-color: #dfe348;
/* Tailwind (arbitrary) */
class="text-[#dfe348] bg-[#dfe348]"
/* SCSS */
$brand: #dfe348;
/* SwiftUI */
Color(red: 0.875, green: 0.890, blue: 0.282)
/* Android */
Color.parseColor("#dfe348")Accessibility — WCAG contrast
Aa
#dfe348 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe348 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.0%
Blue28.2%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow68.3%
Key (black)11.0%
Color previews
#dfe348 text on a black background
contrast 15.22:1
Card sample
#dfe348 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe348;
Background color
Panel with #dfe348 background
background-color: #dfe348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 227, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 227, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe348; background: linear-gradient(135deg, #dfe348, #78E348);