#ffcab5
a pale, electric orange · warm · closest name: tan
RGB
255, 202, 181
HSL
17°, 100%, 86%
CMYK
0, 21, 29, 0
Luminance
0.6684
Every format
| HEX | #ffcab5 |
| RGB | rgb(255, 202, 181) |
| HSL | hsl(17, 100%, 86%) |
| CMYK | cmyk(0%, 21%, 29%, 0%) |
| LAB | lab(85.4 15.9 17.7) |
| LCH | lch(85.4 23.7 48.1) |
| OKLCH | oklch(0.880 0.067 42.7) |
Copy-ready code
/* CSS */
color: #ffcab5;
background-color: #ffcab5;
/* Tailwind (arbitrary) */
class="text-[#ffcab5] bg-[#ffcab5]"
/* SCSS */
$brand: #ffcab5;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.710)
/* Android */
Color.parseColor("#ffcab5")Accessibility — WCAG contrast
Aa
#ffcab5 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcab5 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow29.0%
Key (black)0.0%
Color previews
#ffcab5 text on a black background
contrast 14.37:1
Card sample
#ffcab5 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcab5;
Background color
Panel with #ffcab5 background
background-color: #ffcab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcab5; background: linear-gradient(135deg, #ffcab5, #FFFBB5);