#fcaeba
a light, electric red · warm · closest name: pink
RGB
252, 174, 186
HSL
351°, 93%, 84%
CMYK
0, 31, 26, 1
Luminance
0.5451
Every format
| HEX | #fcaeba |
| RGB | rgb(252, 174, 186) |
| HSL | hsl(351, 93%, 84%) |
| CMYK | cmyk(0%, 31%, 26%, 1%) |
| LAB | lab(78.8 30.1 5.5) |
| LCH | lch(78.8 30.6 10.3) |
| OKLCH | oklch(0.829 0.092 9.1) |
Copy-ready code
/* CSS */
color: #fcaeba;
background-color: #fcaeba;
/* Tailwind (arbitrary) */
class="text-[#fcaeba] bg-[#fcaeba]"
/* SCSS */
$brand: #fcaeba;
/* SwiftUI */
Color(red: 0.988, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#fcaeba")Accessibility — WCAG contrast
Aa
#fcaeba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaeba on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow26.2%
Key (black)1.2%
Color previews
#fcaeba text on a black background
contrast 11.90:1
Card sample
#fcaeba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaeba;
Background color
Panel with #fcaeba background
background-color: #fcaeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaeba; background: linear-gradient(135deg, #fcaeba, #FCD6AE);