#feefda
a pale, electric orange · warm · closest name: beige
RGB
254, 239, 218
HSL
35°, 95%, 93%
CMYK
0, 6, 14, 0
Luminance
0.8787
Every format
| HEX | #feefda |
| RGB | rgb(254, 239, 218) |
| HSL | hsl(35, 95%, 93%) |
| CMYK | cmyk(0%, 6%, 14%, 0%) |
| LAB | lab(95.1 1.7 12.0) |
| LCH | lch(95.1 12.1 82.1) |
| OKLCH | oklch(0.959 0.032 76.5) |
Copy-ready code
/* CSS */
color: #feefda;
background-color: #feefda;
/* Tailwind (arbitrary) */
class="text-[#feefda] bg-[#feefda]"
/* SCSS */
$brand: #feefda;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#feefda")Accessibility — WCAG contrast
Aa
#feefda on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feefda on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow14.2%
Key (black)0.4%
Color previews
#feefda text on a black background
contrast 18.57:1
Card sample
#feefda text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feefda;
Background color
Panel with #feefda background
background-color: #feefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feefda; background: linear-gradient(135deg, #feefda, #F5FEDA);