#ffc1ba
a pale, electric red · warm · closest name: pink
RGB
255, 193, 186
HSL
6°, 100%, 87%
CMYK
0, 24, 27, 0
Luminance
0.6295
Every format
| HEX | #ffc1ba |
| RGB | rgb(255, 193, 186) |
| HSL | hsl(6, 100%, 87%) |
| CMYK | cmyk(0%, 24%, 27%, 0%) |
| LAB | lab(83.4 21.2 12.2) |
| LCH | lch(83.4 24.5 29.8) |
| OKLCH | oklch(0.865 0.072 26.0) |
Copy-ready code
/* CSS */
color: #ffc1ba;
background-color: #ffc1ba;
/* Tailwind (arbitrary) */
class="text-[#ffc1ba] bg-[#ffc1ba]"
/* SCSS */
$brand: #ffc1ba;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.729)
/* Android */
Color.parseColor("#ffc1ba")Accessibility — WCAG contrast
Aa
#ffc1ba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1ba on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow27.1%
Key (black)0.0%
Color previews
#ffc1ba text on a black background
contrast 13.59:1
Card sample
#ffc1ba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1ba;
Background color
Panel with #ffc1ba background
background-color: #ffc1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1ba; background: linear-gradient(135deg, #ffc1ba, #FFEFBA);