#ffc8b8
a pale, electric red · warm · closest name: pink
RGB
255, 200, 184
HSL
14°, 100%, 86%
CMYK
0, 22, 28, 0
Luminance
0.6603
Every format
| HEX | #ffc8b8 |
| RGB | rgb(255, 200, 184) |
| HSL | hsl(14, 100%, 86%) |
| CMYK | cmyk(0%, 22%, 28%, 0%) |
| LAB | lab(85.0 17.3 15.5) |
| LCH | lch(85.0 23.2 41.8) |
| OKLCH | oklch(0.877 0.067 36.8) |
Copy-ready code
/* CSS */
color: #ffc8b8;
background-color: #ffc8b8;
/* Tailwind (arbitrary) */
class="text-[#ffc8b8] bg-[#ffc8b8]"
/* SCSS */
$brand: #ffc8b8;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.722)
/* Android */
Color.parseColor("#ffc8b8")Accessibility — WCAG contrast
Aa
#ffc8b8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8b8 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow27.8%
Key (black)0.0%
Color previews
#ffc8b8 text on a black background
contrast 14.21:1
Card sample
#ffc8b8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8b8;
Background color
Panel with #ffc8b8 background
background-color: #ffc8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8b8; background: linear-gradient(135deg, #ffc8b8, #FFF7B8);