#febdaf
a light, electric red · warm · closest name: pink
RGB
254, 189, 175
HSL
11°, 98%, 84%
CMYK
0, 26, 31, 0
Luminance
0.6056
Every format
| HEX | #febdaf |
| RGB | rgb(254, 189, 175) |
| HSL | hsl(11, 98%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 0%) |
| LAB | lab(82.1 21.5 16.2) |
| LCH | lch(82.1 27.0 37.0) |
| OKLCH | oklch(0.854 0.078 32.4) |
Copy-ready code
/* CSS */
color: #febdaf;
background-color: #febdaf;
/* Tailwind (arbitrary) */
class="text-[#febdaf] bg-[#febdaf]"
/* SCSS */
$brand: #febdaf;
/* SwiftUI */
Color(red: 0.996, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#febdaf")Accessibility — WCAG contrast
Aa
#febdaf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febdaf on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow31.1%
Key (black)0.4%
Color previews
#febdaf text on a black background
contrast 13.11:1
Card sample
#febdaf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febdaf;
Background color
Panel with #febdaf background
background-color: #febdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febdaf; background: linear-gradient(135deg, #febdaf, #FEF2AF);