#feebcf
a pale, electric orange · warm · closest name: beige
RGB
254, 235, 207
HSL
36°, 96%, 90%
CMYK
0, 8, 19, 0
Luminance
0.8499
Every format
| HEX | #feebcf |
| RGB | rgb(254, 235, 207) |
| HSL | hsl(36, 96%, 90%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(93.9 2.1 15.9) |
| LCH | lch(93.9 16.1 82.6) |
| OKLCH | oklch(0.948 0.042 77.6) |
Copy-ready code
/* CSS */
color: #feebcf;
background-color: #feebcf;
/* Tailwind (arbitrary) */
class="text-[#feebcf] bg-[#feebcf]"
/* SCSS */
$brand: #feebcf;
/* SwiftUI */
Color(red: 0.996, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#feebcf")Accessibility — WCAG contrast
Aa
#feebcf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feebcf on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow18.5%
Key (black)0.4%
Color previews
#feebcf text on a black background
contrast 18.00:1
Card sample
#feebcf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feebcf;
Background color
Panel with #feebcf background
background-color: #feebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feebcf; background: linear-gradient(135deg, #feebcf, #F2FECF);