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