#ffb2ae
a light, electric red · warm · closest name: pink
RGB
255, 178, 174
HSL
3°, 100%, 84%
CMYK
0, 30, 32, 0
Luminance
0.5616
Every format
| HEX | #ffb2ae |
| RGB | rgb(255, 178, 174) |
| HSL | hsl(3, 100%, 84%) |
| CMYK | cmyk(0%, 30%, 32%, 0%) |
| LAB | lab(79.7 27.6 13.4) |
| LCH | lch(79.7 30.6 25.9) |
| OKLCH | oklch(0.836 0.091 22.5) |
Copy-ready code
/* CSS */
color: #ffb2ae;
background-color: #ffb2ae;
/* Tailwind (arbitrary) */
class="text-[#ffb2ae] bg-[#ffb2ae]"
/* SCSS */
$brand: #ffb2ae;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.682)
/* Android */
Color.parseColor("#ffb2ae")Accessibility — WCAG contrast
Aa
#ffb2ae on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2ae on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow31.8%
Key (black)0.0%
Color previews
#ffb2ae text on a black background
contrast 12.23:1
Card sample
#ffb2ae text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2ae;
Background color
Panel with #ffb2ae background
background-color: #ffb2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2ae; background: linear-gradient(135deg, #ffb2ae, #FFE8AE);