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