#ffb0a3
a light, electric red · warm · closest name: pink
RGB
255, 176, 163
HSL
9°, 100%, 82%
CMYK
0, 31, 36, 0
Luminance
0.5496
Every format
| HEX | #ffb0a3 |
| RGB | rgb(255, 176, 163) |
| HSL | hsl(9, 100%, 82%) |
| CMYK | cmyk(0%, 31%, 36%, 0%) |
| LAB | lab(79.0 27.3 18.3) |
| LCH | lch(79.0 32.9 33.9) |
| OKLCH | oklch(0.829 0.095 29.6) |
Copy-ready code
/* CSS */
color: #ffb0a3;
background-color: #ffb0a3;
/* Tailwind (arbitrary) */
class="text-[#ffb0a3] bg-[#ffb0a3]"
/* SCSS */
$brand: #ffb0a3;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.639)
/* Android */
Color.parseColor("#ffb0a3")Accessibility — WCAG contrast
Aa
#ffb0a3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb0a3 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow36.1%
Key (black)0.0%
Color previews
#ffb0a3 text on a black background
contrast 11.99:1
Card sample
#ffb0a3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb0a3;
Background color
Panel with #ffb0a3 background
background-color: #ffb0a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb0a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb0a3; background: linear-gradient(135deg, #ffb0a3, #FFEDA3);