#ffcbc1
a pale, electric red · warm · closest name: pink
RGB
255, 203, 193
HSL
10°, 100%, 88%
CMYK
0, 20, 24, 0
Luminance
0.6782
Every format
| HEX | #ffcbc1 |
| RGB | rgb(255, 203, 193) |
| HSL | hsl(10, 100%, 88%) |
| CMYK | cmyk(0%, 20%, 24%, 0%) |
| LAB | lab(85.9 17.0 12.0) |
| LCH | lch(85.9 20.8 35.3) |
| OKLCH | oklch(0.885 0.061 30.9) |
Copy-ready code
/* CSS */
color: #ffcbc1;
background-color: #ffcbc1;
/* Tailwind (arbitrary) */
class="text-[#ffcbc1] bg-[#ffcbc1]"
/* SCSS */
$brand: #ffcbc1;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.757)
/* Android */
Color.parseColor("#ffcbc1")Accessibility — WCAG contrast
Aa
#ffcbc1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbc1 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow24.3%
Key (black)0.0%
Color previews
#ffcbc1 text on a black background
contrast 14.56:1
Card sample
#ffcbc1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbc1;
Background color
Panel with #ffcbc1 background
background-color: #ffcbc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbc1; background: linear-gradient(135deg, #ffcbc1, #FFF4C1);