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