#ffc4ba
a pale, electric red · warm · closest name: pink
RGB
255, 196, 186
HSL
9°, 100%, 87%
CMYK
0, 23, 27, 0
Luminance
0.6429
Every format
| HEX | #ffc4ba |
| RGB | rgb(255, 196, 186) |
| HSL | hsl(9, 100%, 87%) |
| CMYK | cmyk(0%, 23%, 27%, 0%) |
| LAB | lab(84.1 19.7 13.2) |
| LCH | lch(84.1 23.7 33.8) |
| OKLCH | oklch(0.871 0.070 29.5) |
Copy-ready code
/* CSS */
color: #ffc4ba;
background-color: #ffc4ba;
/* Tailwind (arbitrary) */
class="text-[#ffc4ba] bg-[#ffc4ba]"
/* SCSS */
$brand: #ffc4ba;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#ffc4ba")Accessibility — WCAG contrast
Aa
#ffc4ba on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc4ba on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow27.1%
Key (black)0.0%
Color previews
#ffc4ba text on a black background
contrast 13.86:1
Card sample
#ffc4ba text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc4ba;
Background color
Panel with #ffc4ba background
background-color: #ffc4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc4ba; background: linear-gradient(135deg, #ffc4ba, #FFF2BA);