#ffcabf
a pale, electric red · warm · closest name: pink
RGB
255, 202, 191
HSL
10°, 100%, 88%
CMYK
0, 21, 25, 0
Luminance
0.6726
Every format
| HEX | #ffcabf |
| RGB | rgb(255, 202, 191) |
| HSL | hsl(10, 100%, 88%) |
| CMYK | cmyk(0%, 21%, 25%, 0%) |
| LAB | lab(85.6 17.2 12.7) |
| LCH | lch(85.6 21.4 36.4) |
| OKLCH | oklch(0.883 0.063 31.8) |
Copy-ready code
/* CSS */
color: #ffcabf;
background-color: #ffcabf;
/* Tailwind (arbitrary) */
class="text-[#ffcabf] bg-[#ffcabf]"
/* SCSS */
$brand: #ffcabf;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#ffcabf")Accessibility — WCAG contrast
Aa
#ffcabf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcabf on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow25.1%
Key (black)0.0%
Color previews
#ffcabf text on a black background
contrast 14.45:1
Card sample
#ffcabf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcabf;
Background color
Panel with #ffcabf background
background-color: #ffcabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcabf; background: linear-gradient(135deg, #ffcabf, #FFF5BF);