#ffc1b5
a pale, electric red · warm · closest name: pink
RGB
255, 193, 181
HSL
10°, 100%, 86%
CMYK
0, 24, 29, 0
Luminance
0.6274
Every format
| HEX | #ffc1b5 |
| RGB | rgb(255, 193, 181) |
| HSL | hsl(10, 100%, 86%) |
| CMYK | cmyk(0%, 24%, 29%, 0%) |
| LAB | lab(83.3 20.6 14.7) |
| LCH | lch(83.3 25.3 35.5) |
| OKLCH | oklch(0.864 0.074 31.1) |
Copy-ready code
/* CSS */
color: #ffc1b5;
background-color: #ffc1b5;
/* Tailwind (arbitrary) */
class="text-[#ffc1b5] bg-[#ffc1b5]"
/* SCSS */
$brand: #ffc1b5;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.710)
/* Android */
Color.parseColor("#ffc1b5")Accessibility — WCAG contrast
Aa
#ffc1b5 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1b5 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow29.0%
Key (black)0.0%
Color previews
#ffc1b5 text on a black background
contrast 13.55:1
Card sample
#ffc1b5 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1b5;
Background color
Panel with #ffc1b5 background
background-color: #ffc1b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1b5; background: linear-gradient(135deg, #ffc1b5, #FFF2B5);