#ffa0b0
a light, electric red · warm · closest name: pink
RGB
255, 160, 176
HSL
350°, 100%, 81%
CMYK
0, 37, 31, 0
Luminance
0.4954
Every format
| HEX | #ffa0b0 |
| RGB | rgb(255, 160, 176) |
| HSL | hsl(350, 100%, 81%) |
| CMYK | cmyk(0%, 37%, 31%, 0%) |
| LAB | lab(75.8 37.2 6.7) |
| LCH | lch(75.8 37.8 10.2) |
| OKLCH | oklch(0.806 0.114 9.0) |
Copy-ready code
/* CSS */
color: #ffa0b0;
background-color: #ffa0b0;
/* Tailwind (arbitrary) */
class="text-[#ffa0b0] bg-[#ffa0b0]"
/* SCSS */
$brand: #ffa0b0;
/* SwiftUI */
Color(red: 1.000, green: 0.627, blue: 0.690)
/* Android */
Color.parseColor("#ffa0b0")Accessibility — WCAG contrast
Aa
#ffa0b0 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa0b0 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow31.0%
Key (black)0.0%
Color previews
#ffa0b0 text on a black background
contrast 10.91:1
Card sample
#ffa0b0 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa0b0;
Background color
Panel with #ffa0b0 background
background-color: #ffa0b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa0b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 160, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 160, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa0b0; background: linear-gradient(135deg, #ffa0b0, #FFCFA0);