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