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