#f5abcb
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 171, 203
HSL
334°, 79%, 82%
CMYK
0, 30, 17, 4
Luminance
0.5285
Every format
| HEX | #f5abcb |
| RGB | rgb(245, 171, 203) |
| HSL | hsl(334, 79%, 82%) |
| CMYK | cmyk(0%, 30%, 17%, 4%) |
| LAB | lab(77.8 31.7 -5.3) |
| LCH | lch(77.8 32.1 350.5) |
| OKLCH | oklch(0.821 0.095 351.8) |
Copy-ready code
/* CSS */
color: #f5abcb;
background-color: #f5abcb;
/* Tailwind (arbitrary) */
class="text-[#f5abcb] bg-[#f5abcb]"
/* SCSS */
$brand: #f5abcb;
/* SwiftUI */
Color(red: 0.961, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#f5abcb")Accessibility — WCAG contrast
Aa
#f5abcb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5abcb on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow17.1%
Key (black)3.9%
Color previews
#f5abcb text on a black background
contrast 11.57:1
Card sample
#f5abcb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5abcb;
Background color
Panel with #f5abcb background
background-color: #f5abcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5abcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5abcb; background: linear-gradient(135deg, #f5abcb, #F5BDAB);