#ffccbd
a pale, electric red · warm · closest name: pink
RGB
255, 204, 189
HSL
14°, 100%, 87%
CMYK
0, 20, 26, 0
Luminance
0.6812
Every format
| HEX | #ffccbd |
| RGB | rgb(255, 204, 189) |
| HSL | hsl(14, 100%, 87%) |
| CMYK | cmyk(0%, 20%, 26%, 0%) |
| LAB | lab(86.1 15.9 14.3) |
| LCH | lch(86.1 21.4 42.0) |
| OKLCH | oklch(0.886 0.062 37.0) |
Copy-ready code
/* CSS */
color: #ffccbd;
background-color: #ffccbd;
/* Tailwind (arbitrary) */
class="text-[#ffccbd] bg-[#ffccbd]"
/* SCSS */
$brand: #ffccbd;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.741)
/* Android */
Color.parseColor("#ffccbd")Accessibility — WCAG contrast
Aa
#ffccbd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccbd on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow25.9%
Key (black)0.0%
Color previews
#ffccbd text on a black background
contrast 14.62:1
Card sample
#ffccbd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccbd;
Background color
Panel with #ffccbd background
background-color: #ffccbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccbd; background: linear-gradient(135deg, #ffccbd, #FFF8BD);