#febcaf
a light, electric red · warm · closest name: pink
RGB
254, 188, 175
HSL
10°, 98%, 84%
CMYK
0, 26, 31, 0
Luminance
0.6013
Every format
| HEX | #febcaf |
| RGB | rgb(254, 188, 175) |
| HSL | hsl(10, 98%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 0%) |
| LAB | lab(81.9 22.1 15.9) |
| LCH | lch(81.9 27.2 35.8) |
| OKLCH | oklch(0.852 0.079 31.3) |
Copy-ready code
/* CSS */
color: #febcaf;
background-color: #febcaf;
/* Tailwind (arbitrary) */
class="text-[#febcaf] bg-[#febcaf]"
/* SCSS */
$brand: #febcaf;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#febcaf")Accessibility — WCAG contrast
Aa
#febcaf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febcaf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow31.1%
Key (black)0.4%
Color previews
#febcaf text on a black background
contrast 13.03:1
Card sample
#febcaf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febcaf;
Background color
Panel with #febcaf background
background-color: #febcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febcaf; background: linear-gradient(135deg, #febcaf, #FEF1AF);