#ffb6a8
a light, electric red · warm · closest name: pink
RGB
255, 182, 168
HSL
10°, 100%, 83%
CMYK
0, 29, 34, 0
Luminance
0.5754
Every format
| HEX | #ffb6a8 |
| RGB | rgb(255, 182, 168) |
| HSL | hsl(10, 100%, 83%) |
| CMYK | cmyk(0%, 29%, 34%, 0%) |
| LAB | lab(80.5 24.7 17.7) |
| LCH | lch(80.5 30.4 35.6) |
| OKLCH | oklch(0.841 0.088 31.1) |
Copy-ready code
/* CSS */
color: #ffb6a8;
background-color: #ffb6a8;
/* Tailwind (arbitrary) */
class="text-[#ffb6a8] bg-[#ffb6a8]"
/* SCSS */
$brand: #ffb6a8;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.659)
/* Android */
Color.parseColor("#ffb6a8")Accessibility — WCAG contrast
Aa
#ffb6a8 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb6a8 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow34.1%
Key (black)0.0%
Color previews
#ffb6a8 text on a black background
contrast 12.51:1
Card sample
#ffb6a8 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb6a8;
Background color
Panel with #ffb6a8 background
background-color: #ffb6a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb6a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb6a8; background: linear-gradient(135deg, #ffb6a8, #FFF0A8);