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