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