#fececb
a pale, electric red · warm · closest name: pink
RGB
254, 206, 203
HSL
4°, 96%, 90%
CMYK
0, 19, 20, 0
Luminance
0.6953
Every format
| HEX | #fececb |
| RGB | rgb(254, 206, 203) |
| HSL | hsl(4, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 20%, 0%) |
| LAB | lab(86.8 16.4 7.9) |
| LCH | lch(86.8 18.3 25.7) |
| OKLCH | oklch(0.892 0.055 22.4) |
Copy-ready code
/* CSS */
color: #fececb;
background-color: #fececb;
/* Tailwind (arbitrary) */
class="text-[#fececb] bg-[#fececb]"
/* SCSS */
$brand: #fececb;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#fececb")Accessibility — WCAG contrast
Aa
#fececb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fececb on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow20.1%
Key (black)0.4%
Color previews
#fececb text on a black background
contrast 14.91:1
Card sample
#fececb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fececb;
Background color
Panel with #fececb background
background-color: #fececb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fececb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fececb; background: linear-gradient(135deg, #fececb, #FEF0CB);