#ffcfc8
a pale, electric red · warm · closest name: pink
RGB
255, 207, 200
HSL
8°, 100%, 89%
CMYK
0, 19, 22, 0
Luminance
0.7006
Every format
| HEX | #ffcfc8 |
| RGB | rgb(255, 207, 200) |
| HSL | hsl(8, 100%, 89%) |
| CMYK | cmyk(0%, 19%, 22%, 0%) |
| LAB | lab(87.0 15.9 9.9) |
| LCH | lch(87.0 18.7 31.9) |
| OKLCH | oklch(0.894 0.055 27.9) |
Copy-ready code
/* CSS */
color: #ffcfc8;
background-color: #ffcfc8;
/* Tailwind (arbitrary) */
class="text-[#ffcfc8] bg-[#ffcfc8]"
/* SCSS */
$brand: #ffcfc8;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.784)
/* Android */
Color.parseColor("#ffcfc8")Accessibility — WCAG contrast
Aa
#ffcfc8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfc8 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow21.6%
Key (black)0.0%
Color previews
#ffcfc8 text on a black background
contrast 15.01:1
Card sample
#ffcfc8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfc8;
Background color
Panel with #ffcfc8 background
background-color: #ffcfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfc8; background: linear-gradient(135deg, #ffcfc8, #FFF4C8);