#f5adcd
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 173, 205
HSL
333°, 78%, 82%
CMYK
0, 29, 16, 4
Luminance
0.5371
Every format
| HEX | #f5adcd |
| RGB | rgb(245, 173, 205) |
| HSL | hsl(333, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 16%, 4%) |
| LAB | lab(78.3 30.9 -5.6) |
| LCH | lch(78.3 31.4 349.7) |
| OKLCH | oklch(0.825 0.093 351.0) |
Copy-ready code
/* CSS */
color: #f5adcd;
background-color: #f5adcd;
/* Tailwind (arbitrary) */
class="text-[#f5adcd] bg-[#f5adcd]"
/* SCSS */
$brand: #f5adcd;
/* SwiftUI */
Color(red: 0.961, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#f5adcd")Accessibility — WCAG contrast
Aa
#f5adcd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5adcd on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow16.3%
Key (black)3.9%
Color previews
#f5adcd text on a black background
contrast 11.74:1
Card sample
#f5adcd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5adcd;
Background color
Panel with #f5adcd background
background-color: #f5adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5adcd; background: linear-gradient(135deg, #f5adcd, #F5BDAD);