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