#f0accf
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 172, 207
HSL
329°, 69%, 81%
CMYK
0, 28, 14, 6
Luminance
0.5254
Every format
| HEX | #f0accf |
| RGB | rgb(240, 172, 207) |
| HSL | hsl(329, 69%, 81%) |
| CMYK | cmyk(0%, 28%, 14%, 6%) |
| LAB | lab(77.6 30.1 -7.8) |
| LCH | lch(77.6 31.1 345.5) |
| OKLCH | oklch(0.819 0.091 347.1) |
Copy-ready code
/* CSS */
color: #f0accf;
background-color: #f0accf;
/* Tailwind (arbitrary) */
class="text-[#f0accf] bg-[#f0accf]"
/* SCSS */
$brand: #f0accf;
/* SwiftUI */
Color(red: 0.941, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#f0accf")Accessibility — WCAG contrast
Aa
#f0accf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0accf on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow13.7%
Key (black)5.9%
Color previews
#f0accf text on a black background
contrast 11.51:1
Card sample
#f0accf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0accf;
Background color
Panel with #f0accf background
background-color: #f0accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0accf; background: linear-gradient(135deg, #f0accf, #F0B6AC);