#ffb8ad
a light, electric red · warm · closest name: pink
RGB
255, 184, 173
HSL
8°, 100%, 84%
CMYK
0, 28, 32, 0
Luminance
0.5856
Every format
| HEX | #ffb8ad |
| RGB | rgb(255, 184, 173) |
| HSL | hsl(8, 100%, 84%) |
| CMYK | cmyk(0%, 28%, 32%, 0%) |
| LAB | lab(81.0 24.3 15.8) |
| LCH | lch(81.0 29.0 33.0) |
| OKLCH | oklch(0.846 0.085 28.8) |
Copy-ready code
/* CSS */
color: #ffb8ad;
background-color: #ffb8ad;
/* Tailwind (arbitrary) */
class="text-[#ffb8ad] bg-[#ffb8ad]"
/* SCSS */
$brand: #ffb8ad;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.678)
/* Android */
Color.parseColor("#ffb8ad")Accessibility — WCAG contrast
Aa
#ffb8ad on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb8ad on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow32.2%
Key (black)0.0%
Color previews
#ffb8ad text on a black background
contrast 12.71:1
Card sample
#ffb8ad text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb8ad;
Background color
Panel with #ffb8ad background
background-color: #ffb8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb8ad; background: linear-gradient(135deg, #ffb8ad, #FFEFAD);