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