#f0a4cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 164, 203
HSL
329°, 72%, 79%
CMYK
0, 32, 15, 6
Luminance
0.4939
Every format
| HEX | #f0a4cb |
| RGB | rgb(240, 164, 203) |
| HSL | hsl(329, 72%, 79%) |
| CMYK | cmyk(0%, 32%, 15%, 6%) |
| LAB | lab(75.7 33.7 -8.4) |
| LCH | lch(75.7 34.7 345.9) |
| OKLCH | oklch(0.804 0.102 347.5) |
Copy-ready code
/* CSS */
color: #f0a4cb;
background-color: #f0a4cb;
/* Tailwind (arbitrary) */
class="text-[#f0a4cb] bg-[#f0a4cb]"
/* SCSS */
$brand: #f0a4cb;
/* SwiftUI */
Color(red: 0.941, green: 0.643, blue: 0.796)
/* Android */
Color.parseColor("#f0a4cb")Accessibility — WCAG contrast
Aa
#f0a4cb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0a4cb on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green64.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow15.4%
Key (black)5.9%
Color previews
#f0a4cb text on a black background
contrast 10.88:1
Card sample
#f0a4cb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0a4cb;
Background color
Panel with #f0a4cb background
background-color: #f0a4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0a4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 164, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 164, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0a4cb; background: linear-gradient(135deg, #f0a4cb, #F0B0A4);