#ffcdc9
a pale, electric red · warm · closest name: pink
RGB
255, 205, 201
HSL
4°, 100%, 89%
CMYK
0, 20, 21, 0
Luminance
0.6914
Every format
| HEX | #ffcdc9 |
| RGB | rgb(255, 205, 201) |
| HSL | hsl(4, 100%, 89%) |
| CMYK | cmyk(0%, 20%, 21%, 0%) |
| LAB | lab(86.6 17.0 8.7) |
| LCH | lch(86.6 19.1 27.0) |
| OKLCH | oklch(0.891 0.057 23.6) |
Copy-ready code
/* CSS */
color: #ffcdc9;
background-color: #ffcdc9;
/* Tailwind (arbitrary) */
class="text-[#ffcdc9] bg-[#ffcdc9]"
/* SCSS */
$brand: #ffcdc9;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.788)
/* Android */
Color.parseColor("#ffcdc9")Accessibility — WCAG contrast
Aa
#ffcdc9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdc9 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow21.2%
Key (black)0.0%
Color previews
#ffcdc9 text on a black background
contrast 14.83:1
Card sample
#ffcdc9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdc9;
Background color
Panel with #ffcdc9 background
background-color: #ffcdc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdc9; background: linear-gradient(135deg, #ffcdc9, #FFF1C9);