#ffeda3
a light, electric yellow · cool · closest name: khaki
RGB
255, 237, 163
HSL
48°, 100%, 82%
CMYK
0, 7, 36, 0
Luminance
0.8447
Every format
| HEX | #ffeda3 |
| RGB | rgb(255, 237, 163) |
| HSL | hsl(48, 100%, 82%) |
| CMYK | cmyk(0%, 7%, 36%, 0%) |
| LAB | lab(93.7 -4.3 38.1) |
| LCH | lch(93.7 38.3 96.4) |
| OKLCH | oklch(0.944 0.095 96.1) |
Copy-ready code
/* CSS */
color: #ffeda3;
background-color: #ffeda3;
/* Tailwind (arbitrary) */
class="text-[#ffeda3] bg-[#ffeda3]"
/* SCSS */
$brand: #ffeda3;
/* SwiftUI */
Color(red: 1.000, green: 0.929, blue: 0.639)
/* Android */
Color.parseColor("#ffeda3")Accessibility — WCAG contrast
Aa
#ffeda3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeda3 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.9%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow36.1%
Key (black)0.0%
Color previews
#ffeda3 text on a black background
contrast 17.89:1
Card sample
#ffeda3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeda3;
Background color
Panel with #ffeda3 background
background-color: #ffeda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 237, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 237, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeda3; background: linear-gradient(135deg, #ffeda3, #D4FFA3);