#f9d0cd
a pale, electric red · warm · closest name: pink
RGB
249, 208, 205
HSL
4°, 79%, 89%
CMYK
0, 17, 18, 2
Luminance
0.6966
Every format
| HEX | #f9d0cd |
| RGB | rgb(249, 208, 205) |
| HSL | hsl(4, 79%, 89%) |
| CMYK | cmyk(0%, 17%, 18%, 2%) |
| LAB | lab(86.8 13.9 6.9) |
| LCH | lch(86.8 15.5 26.3) |
| OKLCH | oklch(0.892 0.047 23.0) |
Copy-ready code
/* CSS */
color: #f9d0cd;
background-color: #f9d0cd;
/* Tailwind (arbitrary) */
class="text-[#f9d0cd] bg-[#f9d0cd]"
/* SCSS */
$brand: #f9d0cd;
/* SwiftUI */
Color(red: 0.976, green: 0.816, blue: 0.804)
/* Android */
Color.parseColor("#f9d0cd")Accessibility — WCAG contrast
Aa
#f9d0cd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d0cd on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow17.7%
Key (black)2.4%
Color previews
#f9d0cd text on a black background
contrast 14.93:1
Card sample
#f9d0cd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d0cd;
Background color
Panel with #f9d0cd background
background-color: #f9d0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 208, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 208, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d0cd; background: linear-gradient(135deg, #f9d0cd, #F9EDCD);