#ffaca2
a light, electric red · warm · closest name: pink
RGB
255, 172, 162
HSL
7°, 100%, 82%
CMYK
0, 33, 37, 0
Luminance
0.5337
Every format
| HEX | #ffaca2 |
| RGB | rgb(255, 172, 162) |
| HSL | hsl(7, 100%, 82%) |
| CMYK | cmyk(0%, 33%, 37%, 0%) |
| LAB | lab(78.1 29.2 17.6) |
| LCH | lch(78.1 34.1 31.0) |
| OKLCH | oklch(0.822 0.100 27.0) |
Copy-ready code
/* CSS */
color: #ffaca2;
background-color: #ffaca2;
/* Tailwind (arbitrary) */
class="text-[#ffaca2] bg-[#ffaca2]"
/* SCSS */
$brand: #ffaca2;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.635)
/* Android */
Color.parseColor("#ffaca2")Accessibility — WCAG contrast
Aa
#ffaca2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaca2 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow36.5%
Key (black)0.0%
Color previews
#ffaca2 text on a black background
contrast 11.67:1
Card sample
#ffaca2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaca2;
Background color
Panel with #ffaca2 background
background-color: #ffaca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaca2; background: linear-gradient(135deg, #ffaca2, #FFEAA2);