#ffb6a3
a light, electric red · warm · closest name: pink
RGB
255, 182, 163
HSL
12°, 100%, 82%
CMYK
0, 29, 36, 0
Luminance
0.5736
Every format
| HEX | #ffb6a3 |
| RGB | rgb(255, 182, 163) |
| HSL | hsl(12, 100%, 82%) |
| CMYK | cmyk(0%, 29%, 36%, 0%) |
| LAB | lab(80.4 24.1 20.2) |
| LCH | lch(80.4 31.5 40.0) |
| OKLCH | oklch(0.840 0.090 35.1) |
Copy-ready code
/* CSS */
color: #ffb6a3;
background-color: #ffb6a3;
/* Tailwind (arbitrary) */
class="text-[#ffb6a3] bg-[#ffb6a3]"
/* SCSS */
$brand: #ffb6a3;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.639)
/* Android */
Color.parseColor("#ffb6a3")Accessibility — WCAG contrast
Aa
#ffb6a3 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb6a3 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow36.1%
Key (black)0.0%
Color previews
#ffb6a3 text on a black background
contrast 12.47:1
Card sample
#ffb6a3 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb6a3;
Background color
Panel with #ffb6a3 background
background-color: #ffb6a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb6a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb6a3; background: linear-gradient(135deg, #ffb6a3, #FFF3A3);