#fedfba
a pale, electric orange · warm · closest name: beige
RGB
254, 223, 186
HSL
33°, 97%, 86%
CMYK
0, 12, 27, 0
Luminance
0.7739
Every format
| HEX | #fedfba |
| RGB | rgb(254, 223, 186) |
| HSL | hsl(33, 97%, 86%) |
| CMYK | cmyk(0%, 12%, 27%, 0%) |
| LAB | lab(90.5 5.3 22.1) |
| LCH | lch(90.5 22.7 76.6) |
| OKLCH | oklch(0.920 0.059 71.9) |
Copy-ready code
/* CSS */
color: #fedfba;
background-color: #fedfba;
/* Tailwind (arbitrary) */
class="text-[#fedfba] bg-[#fedfba]"
/* SCSS */
$brand: #fedfba;
/* SwiftUI */
Color(red: 0.996, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#fedfba")Accessibility — WCAG contrast
Aa
#fedfba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedfba on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow26.8%
Key (black)0.4%
Color previews
#fedfba text on a black background
contrast 16.48:1
Card sample
#fedfba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedfba;
Background color
Panel with #fedfba background
background-color: #fedfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedfba; background: linear-gradient(135deg, #fedfba, #F0FEBA);