#ffaeba
a light, electric red · warm · closest name: pink
RGB
255, 174, 186
HSL
351°, 100%, 84%
CMYK
0, 32, 27, 0
Luminance
0.5508
Every format
| HEX | #ffaeba |
| RGB | rgb(255, 174, 186) |
| HSL | hsl(351, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 27%, 0%) |
| LAB | lab(79.1 31.2 6.0) |
| LCH | lch(79.1 31.8 10.9) |
| OKLCH | oklch(0.832 0.096 9.6) |
Copy-ready code
/* CSS */
color: #ffaeba;
background-color: #ffaeba;
/* Tailwind (arbitrary) */
class="text-[#ffaeba] bg-[#ffaeba]"
/* SCSS */
$brand: #ffaeba;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#ffaeba")Accessibility — WCAG contrast
Aa
#ffaeba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaeba on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow27.1%
Key (black)0.0%
Color previews
#ffaeba text on a black background
contrast 12.02:1
Card sample
#ffaeba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaeba;
Background color
Panel with #ffaeba background
background-color: #ffaeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaeba; background: linear-gradient(135deg, #ffaeba, #FFD8AE);