#ffc7a9
a light, electric orange · warm · closest name: tan
RGB
255, 199, 169
HSL
21°, 100%, 83%
CMYK
0, 22, 34, 0
Luminance
0.6497
Every format
| HEX | #ffc7a9 |
| RGB | rgb(255, 199, 169) |
| HSL | hsl(21, 100%, 83%) |
| CMYK | cmyk(0%, 22%, 34%, 0%) |
| LAB | lab(84.5 15.9 22.7) |
| LCH | lch(84.5 27.7 54.9) |
| OKLCH | oklch(0.872 0.076 49.5) |
Copy-ready code
/* CSS */
color: #ffc7a9;
background-color: #ffc7a9;
/* Tailwind (arbitrary) */
class="text-[#ffc7a9] bg-[#ffc7a9]"
/* SCSS */
$brand: #ffc7a9;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.663)
/* Android */
Color.parseColor("#ffc7a9")Accessibility — WCAG contrast
Aa
#ffc7a9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7a9 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow33.7%
Key (black)0.0%
Color previews
#ffc7a9 text on a black background
contrast 13.99:1
Card sample
#ffc7a9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7a9;
Background color
Panel with #ffc7a9 background
background-color: #ffc7a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7a9; background: linear-gradient(135deg, #ffc7a9, #FEFFA9);