#ffda7d
a light, electric yellow · warm · closest name: khaki
RGB
255, 218, 125
HSL
43°, 100%, 75%
CMYK
0, 15, 51, 0
Luminance
0.7288
Every format
| HEX | #ffda7d |
| RGB | rgb(255, 218, 125) |
| HSL | hsl(43, 100%, 75%) |
| CMYK | cmyk(0%, 15%, 51%, 0%) |
| LAB | lab(88.4 1.6 50.2) |
| LCH | lch(88.4 50.2 88.2) |
| OKLCH | oklch(0.901 0.120 88.3) |
Copy-ready code
/* CSS */
color: #ffda7d;
background-color: #ffda7d;
/* Tailwind (arbitrary) */
class="text-[#ffda7d] bg-[#ffda7d]"
/* SCSS */
$brand: #ffda7d;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.490)
/* Android */
Color.parseColor("#ffda7d")Accessibility — WCAG contrast
Aa
#ffda7d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda7d on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow51.0%
Key (black)0.0%
Color previews
#ffda7d text on a black background
contrast 15.58:1
Card sample
#ffda7d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda7d;
Background color
Panel with #ffda7d background
background-color: #ffda7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda7d; background: linear-gradient(135deg, #ffda7d, #CDFF7D);