#ffc9ab
a light, electric orange · warm · closest name: tan
RGB
255, 201, 171
HSL
21°, 100%, 84%
CMYK
0, 21, 33, 0
Luminance
0.6597
Every format
| HEX | #ffc9ab |
| RGB | rgb(255, 201, 171) |
| HSL | hsl(21, 100%, 84%) |
| CMYK | cmyk(0%, 21%, 33%, 0%) |
| LAB | lab(85.0 15.1 22.3) |
| LCH | lch(85.0 27.0 55.9) |
| OKLCH | oklch(0.876 0.074 50.5) |
Copy-ready code
/* CSS */
color: #ffc9ab;
background-color: #ffc9ab;
/* Tailwind (arbitrary) */
class="text-[#ffc9ab] bg-[#ffc9ab]"
/* SCSS */
$brand: #ffc9ab;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.671)
/* Android */
Color.parseColor("#ffc9ab")Accessibility — WCAG contrast
Aa
#ffc9ab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc9ab on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow32.9%
Key (black)0.0%
Color previews
#ffc9ab text on a black background
contrast 14.19:1
Card sample
#ffc9ab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc9ab;
Background color
Panel with #ffc9ab background
background-color: #ffc9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc9ab; background: linear-gradient(135deg, #ffc9ab, #FDFFAB);