#ffcabb
a pale, electric red · warm · closest name: pink
RGB
255, 202, 187
HSL
13°, 100%, 87%
CMYK
0, 21, 27, 0
Luminance
0.6709
Every format
| HEX | #ffcabb |
| RGB | rgb(255, 202, 187) |
| HSL | hsl(13, 100%, 87%) |
| CMYK | cmyk(0%, 21%, 27%, 0%) |
| LAB | lab(85.5 16.7 14.7) |
| LCH | lch(85.5 22.2 41.3) |
| OKLCH | oklch(0.882 0.064 36.4) |
Copy-ready code
/* CSS */
color: #ffcabb;
background-color: #ffcabb;
/* Tailwind (arbitrary) */
class="text-[#ffcabb] bg-[#ffcabb]"
/* SCSS */
$brand: #ffcabb;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.733)
/* Android */
Color.parseColor("#ffcabb")Accessibility — WCAG contrast
Aa
#ffcabb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcabb on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow26.7%
Key (black)0.0%
Color previews
#ffcabb text on a black background
contrast 14.42:1
Card sample
#ffcabb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcabb;
Background color
Panel with #ffcabb background
background-color: #ffcabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcabb; background: linear-gradient(135deg, #ffcabb, #FFF7BB);