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