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