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