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