#ffcdc2
a pale, electric red · warm · closest name: pink
RGB
255, 205, 194
HSL
11°, 100%, 88%
CMYK
0, 20, 24, 0
Luminance
0.6882
Every format
| HEX | #ffcdc2 |
| RGB | rgb(255, 205, 194) |
| HSL | hsl(11, 100%, 88%) |
| CMYK | cmyk(0%, 20%, 24%, 0%) |
| LAB | lab(86.4 16.1 12.2) |
| LCH | lch(86.4 20.1 37.2) |
| OKLCH | oklch(0.889 0.059 32.6) |
Copy-ready code
/* CSS */
color: #ffcdc2;
background-color: #ffcdc2;
/* Tailwind (arbitrary) */
class="text-[#ffcdc2] bg-[#ffcdc2]"
/* SCSS */
$brand: #ffcdc2;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#ffcdc2")Accessibility — WCAG contrast
Aa
#ffcdc2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdc2 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow23.9%
Key (black)0.0%
Color previews
#ffcdc2 text on a black background
contrast 14.76:1
Card sample
#ffcdc2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdc2;
Background color
Panel with #ffcdc2 background
background-color: #ffcdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdc2; background: linear-gradient(135deg, #ffcdc2, #FFF6C2);