#ffc1b1
a light, electric red · warm · closest name: pink
RGB
255, 193, 177
HSL
12°, 100%, 85%
CMYK
0, 24, 31, 0
Luminance
0.6257
Every format
| HEX | #ffc1b1 |
| RGB | rgb(255, 193, 177) |
| HSL | hsl(12, 100%, 85%) |
| CMYK | cmyk(0%, 24%, 31%, 0%) |
| LAB | lab(83.2 20.1 16.7) |
| LCH | lch(83.2 26.1 39.8) |
| OKLCH | oklch(0.863 0.075 34.9) |
Copy-ready code
/* CSS */
color: #ffc1b1;
background-color: #ffc1b1;
/* Tailwind (arbitrary) */
class="text-[#ffc1b1] bg-[#ffc1b1]"
/* SCSS */
$brand: #ffc1b1;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.694)
/* Android */
Color.parseColor("#ffc1b1")Accessibility — WCAG contrast
Aa
#ffc1b1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1b1 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow30.6%
Key (black)0.0%
Color previews
#ffc1b1 text on a black background
contrast 13.51:1
Card sample
#ffc1b1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1b1;
Background color
Panel with #ffc1b1 background
background-color: #ffc1b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1b1; background: linear-gradient(135deg, #ffc1b1, #FFF5B1);