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