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