#ffc2ac
a light, electric orange · warm · closest name: tan
RGB
255, 194, 172
HSL
16°, 100%, 84%
CMYK
0, 24, 33, 0
Luminance
0.6282
Every format
| HEX | #ffc2ac |
| RGB | rgb(255, 194, 172) |
| HSL | hsl(16, 100%, 84%) |
| CMYK | cmyk(0%, 24%, 33%, 0%) |
| LAB | lab(83.3 18.9 19.5) |
| LCH | lch(83.3 27.2 45.9) |
| OKLCH | oklch(0.864 0.077 40.7) |
Copy-ready code
/* CSS */
color: #ffc2ac;
background-color: #ffc2ac;
/* Tailwind (arbitrary) */
class="text-[#ffc2ac] bg-[#ffc2ac]"
/* SCSS */
$brand: #ffc2ac;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#ffc2ac")Accessibility — WCAG contrast
Aa
#ffc2ac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc2ac on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow32.5%
Key (black)0.0%
Color previews
#ffc2ac text on a black background
contrast 13.56:1
Card sample
#ffc2ac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc2ac;
Background color
Panel with #ffc2ac background
background-color: #ffc2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc2ac; background: linear-gradient(135deg, #ffc2ac, #FFF9AC);