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