#feb2c2
a light, electric red · warm · closest name: pink
RGB
254, 178, 194
HSL
347°, 97%, 85%
CMYK
0, 30, 24, 0
Luminance
0.5681
Every format
| HEX | #feb2c2 |
| RGB | rgb(254, 178, 194) |
| HSL | hsl(347, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 24%, 0%) |
| LAB | lab(80.1 29.8 3.1) |
| LCH | lch(80.1 30.0 5.9) |
| OKLCH | oklch(0.840 0.091 5.3) |
Copy-ready code
/* CSS */
color: #feb2c2;
background-color: #feb2c2;
/* Tailwind (arbitrary) */
class="text-[#feb2c2] bg-[#feb2c2]"
/* SCSS */
$brand: #feb2c2;
/* SwiftUI */
Color(red: 0.996, green: 0.698, blue: 0.761)
/* Android */
Color.parseColor("#feb2c2")Accessibility — WCAG contrast
Aa
#feb2c2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb2c2 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow23.6%
Key (black)0.4%
Color previews
#feb2c2 text on a black background
contrast 12.36:1
Card sample
#feb2c2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb2c2;
Background color
Panel with #feb2c2 background
background-color: #feb2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 178, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 178, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb2c2; background: linear-gradient(135deg, #feb2c2, #FED5B2);