#f0b9cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 185, 207
HSL
336°, 65%, 83%
CMYK
0, 23, 14, 6
Luminance
0.5773
Every format
| HEX | #f0b9cf |
| RGB | rgb(240, 185, 207) |
| HSL | hsl(336, 65%, 83%) |
| CMYK | cmyk(0%, 23%, 14%, 6%) |
| LAB | lab(80.6 23.2 -3.4) |
| LCH | lch(80.6 23.4 351.7) |
| OKLCH | oklch(0.842 0.069 352.8) |
Copy-ready code
/* CSS */
color: #f0b9cf;
background-color: #f0b9cf;
/* Tailwind (arbitrary) */
class="text-[#f0b9cf] bg-[#f0b9cf]"
/* SCSS */
$brand: #f0b9cf;
/* SwiftUI */
Color(red: 0.941, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#f0b9cf")Accessibility — WCAG contrast
Aa
#f0b9cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0b9cf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green72.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow13.7%
Key (black)5.9%
Color previews
#f0b9cf text on a black background
contrast 12.55:1
Card sample
#f0b9cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0b9cf;
Background color
Panel with #f0b9cf background
background-color: #f0b9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0b9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0b9cf; background: linear-gradient(135deg, #f0b9cf, #F0C8B9);