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