#ffaeac
a light, electric red · warm · closest name: pink
RGB
255, 174, 172
HSL
1°, 100%, 84%
CMYK
0, 32, 33, 0
Luminance
0.5451
Every format
| HEX | #ffaeac |
| RGB | rgb(255, 174, 172) |
| HSL | hsl(1, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 33%, 0%) |
| LAB | lab(78.8 29.4 13.1) |
| LCH | lch(78.8 32.2 24.0) |
| OKLCH | oklch(0.828 0.096 20.9) |
Copy-ready code
/* CSS */
color: #ffaeac;
background-color: #ffaeac;
/* Tailwind (arbitrary) */
class="text-[#ffaeac] bg-[#ffaeac]"
/* SCSS */
$brand: #ffaeac;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.675)
/* Android */
Color.parseColor("#ffaeac")Accessibility — WCAG contrast
Aa
#ffaeac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaeac on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow32.5%
Key (black)0.0%
Color previews
#ffaeac text on a black background
contrast 11.90:1
Card sample
#ffaeac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaeac;
Background color
Panel with #ffaeac background
background-color: #ffaeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaeac; background: linear-gradient(135deg, #ffaeac, #FFE5AC);