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