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