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