#ffc1bc
a pale, electric red · warm · closest name: pink
RGB
255, 193, 188
HSL
5°, 100%, 87%
CMYK
0, 24, 26, 0
Luminance
0.6303
Every format
| HEX | #ffc1bc |
| RGB | rgb(255, 193, 188) |
| HSL | hsl(5, 100%, 87%) |
| CMYK | cmyk(0%, 24%, 26%, 0%) |
| LAB | lab(83.5 21.5 11.2) |
| LCH | lch(83.5 24.2 27.4) |
| OKLCH | oklch(0.866 0.072 23.9) |
Copy-ready code
/* CSS */
color: #ffc1bc;
background-color: #ffc1bc;
/* Tailwind (arbitrary) */
class="text-[#ffc1bc] bg-[#ffc1bc]"
/* SCSS */
$brand: #ffc1bc;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.737)
/* Android */
Color.parseColor("#ffc1bc")Accessibility — WCAG contrast
Aa
#ffc1bc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1bc on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow26.3%
Key (black)0.0%
Color previews
#ffc1bc text on a black background
contrast 13.61:1
Card sample
#ffc1bc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1bc;
Background color
Panel with #ffc1bc background
background-color: #ffc1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1bc; background: linear-gradient(135deg, #ffc1bc, #FFEEBC);