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