#ffb4ad
a light, electric red · warm · closest name: pink
RGB
255, 180, 173
HSL
5°, 100%, 84%
CMYK
0, 29, 32, 0
Luminance
0.5692
Every format
| HEX | #ffb4ad |
| RGB | rgb(255, 180, 173) |
| HSL | hsl(5, 100%, 84%) |
| CMYK | cmyk(0%, 29%, 32%, 0%) |
| LAB | lab(80.1 26.4 14.5) |
| LCH | lch(80.1 30.1 28.8) |
| OKLCH | oklch(0.839 0.089 25.1) |
Copy-ready code
/* CSS */
color: #ffb4ad;
background-color: #ffb4ad;
/* Tailwind (arbitrary) */
class="text-[#ffb4ad] bg-[#ffb4ad]"
/* SCSS */
$brand: #ffb4ad;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.678)
/* Android */
Color.parseColor("#ffb4ad")Accessibility — WCAG contrast
Aa
#ffb4ad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb4ad on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow32.2%
Key (black)0.0%
Color previews
#ffb4ad text on a black background
contrast 12.38:1
Card sample
#ffb4ad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb4ad;
Background color
Panel with #ffb4ad background
background-color: #ffb4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb4ad; background: linear-gradient(135deg, #ffb4ad, #FFEBAD);