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