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