#ffcdbc
a pale, electric orange · warm · closest name: pink
RGB
255, 205, 188
HSL
15°, 100%, 87%
CMYK
0, 20, 26, 0
Luminance
0.6855
Every format
| HEX | #ffcdbc |
| RGB | rgb(255, 205, 188) |
| HSL | hsl(15, 100%, 87%) |
| CMYK | cmyk(0%, 20%, 26%, 0%) |
| LAB | lab(86.3 15.2 15.2) |
| LCH | lch(86.3 21.5 44.9) |
| OKLCH | oklch(0.887 0.062 39.6) |
Copy-ready code
/* CSS */
color: #ffcdbc;
background-color: #ffcdbc;
/* Tailwind (arbitrary) */
class="text-[#ffcdbc] bg-[#ffcdbc]"
/* SCSS */
$brand: #ffcdbc;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.737)
/* Android */
Color.parseColor("#ffcdbc")Accessibility — WCAG contrast
Aa
#ffcdbc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdbc on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow26.3%
Key (black)0.0%
Color previews
#ffcdbc text on a black background
contrast 14.71:1
Card sample
#ffcdbc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdbc;
Background color
Panel with #ffcdbc background
background-color: #ffcdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdbc; background: linear-gradient(135deg, #ffcdbc, #FFFABC);