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