#ffcbbc
a pale, electric red · warm · closest name: pink
RGB
255, 203, 188
HSL
13°, 100%, 87%
CMYK
0, 20, 26, 0
Luminance
0.6760
Every format
| HEX | #ffcbbc |
| RGB | rgb(255, 203, 188) |
| HSL | hsl(13, 100%, 87%) |
| CMYK | cmyk(0%, 20%, 26%, 0%) |
| LAB | lab(85.8 16.3 14.5) |
| LCH | lch(85.8 21.8 41.7) |
| OKLCH | oklch(0.884 0.063 36.7) |
Copy-ready code
/* CSS */
color: #ffcbbc;
background-color: #ffcbbc;
/* Tailwind (arbitrary) */
class="text-[#ffcbbc] bg-[#ffcbbc]"
/* SCSS */
$brand: #ffcbbc;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#ffcbbc")Accessibility — WCAG contrast
Aa
#ffcbbc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbbc on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow26.3%
Key (black)0.0%
Color previews
#ffcbbc text on a black background
contrast 14.52:1
Card sample
#ffcbbc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbbc;
Background color
Panel with #ffcbbc background
background-color: #ffcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbbc; background: linear-gradient(135deg, #ffcbbc, #FFF8BC);