#ffedad
a light, electric yellow · cool · closest name: khaki
RGB
255, 237, 173
HSL
47°, 100%, 84%
CMYK
0, 7, 32, 0
Luminance
0.8485
Every format
| HEX | #ffedad |
| RGB | rgb(255, 237, 173) |
| HSL | hsl(47, 100%, 84%) |
| CMYK | cmyk(0%, 7%, 32%, 0%) |
| LAB | lab(93.8 -3.1 33.3) |
| LCH | lch(93.8 33.4 95.3) |
| OKLCH | oklch(0.946 0.083 94.3) |
Copy-ready code
/* CSS */
color: #ffedad;
background-color: #ffedad;
/* Tailwind (arbitrary) */
class="text-[#ffedad] bg-[#ffedad]"
/* SCSS */
$brand: #ffedad;
/* SwiftUI */
Color(red: 1.000, green: 0.929, blue: 0.678)
/* Android */
Color.parseColor("#ffedad")Accessibility — WCAG contrast
Aa
#ffedad on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffedad on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow32.2%
Key (black)0.0%
Color previews
#ffedad text on a black background
contrast 17.97:1
Card sample
#ffedad text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffedad;
Background color
Panel with #ffedad background
background-color: #ffedad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffedad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 237, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 237, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffedad; background: linear-gradient(135deg, #ffedad, #DAFFAD);