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