#ffb5a7
a light, electric red · warm · closest name: pink
RGB
255, 181, 167
HSL
10°, 100%, 83%
CMYK
0, 29, 35, 0
Luminance
0.5710
Every format
| HEX | #ffb5a7 |
| RGB | rgb(255, 181, 167) |
| HSL | hsl(10, 100%, 83%) |
| CMYK | cmyk(0%, 29%, 35%, 0%) |
| LAB | lab(80.2 25.1 17.9) |
| LCH | lch(80.2 30.8 35.4) |
| OKLCH | oklch(0.839 0.089 31.0) |
Copy-ready code
/* CSS */
color: #ffb5a7;
background-color: #ffb5a7;
/* Tailwind (arbitrary) */
class="text-[#ffb5a7] bg-[#ffb5a7]"
/* SCSS */
$brand: #ffb5a7;
/* SwiftUI */
Color(red: 1.000, green: 0.710, blue: 0.655)
/* Android */
Color.parseColor("#ffb5a7")Accessibility — WCAG contrast
Aa
#ffb5a7 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb5a7 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow34.5%
Key (black)0.0%
Color previews
#ffb5a7 text on a black background
contrast 12.42:1
Card sample
#ffb5a7 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb5a7;
Background color
Panel with #ffb5a7 background
background-color: #ffb5a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb5a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 181, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 181, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb5a7; background: linear-gradient(135deg, #ffb5a7, #FFF0A7);