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