#f9adcf
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 173, 207
HSL
333°, 86%, 83%
CMYK
0, 31, 17, 2
Luminance
0.5453
Every format
| HEX | #f9adcf |
| RGB | rgb(249, 173, 207) |
| HSL | hsl(333, 86%, 83%) |
| CMYK | cmyk(0%, 31%, 17%, 2%) |
| LAB | lab(78.8 32.6 -6.0) |
| LCH | lch(78.8 33.2 349.7) |
| OKLCH | oklch(0.830 0.098 351.0) |
Copy-ready code
/* CSS */
color: #f9adcf;
background-color: #f9adcf;
/* Tailwind (arbitrary) */
class="text-[#f9adcf] bg-[#f9adcf]"
/* SCSS */
$brand: #f9adcf;
/* SwiftUI */
Color(red: 0.976, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#f9adcf")Accessibility — WCAG contrast
Aa
#f9adcf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9adcf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green67.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow16.9%
Key (black)2.4%
Color previews
#f9adcf text on a black background
contrast 11.91:1
Card sample
#f9adcf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9adcf;
Background color
Panel with #f9adcf background
background-color: #f9adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9adcf; background: linear-gradient(135deg, #f9adcf, #F9BEAD);