#ffb3a0
a light, electric red · warm · closest name: pink
RGB
255, 179, 160
HSL
12°, 100%, 81%
CMYK
0, 30, 37, 0
Luminance
0.5604
Every format
| HEX | #ffb3a0 |
| RGB | rgb(255, 179, 160) |
| HSL | hsl(12, 100%, 81%) |
| CMYK | cmyk(0%, 30%, 37%, 0%) |
| LAB | lab(79.6 25.3 20.8) |
| LCH | lch(79.6 32.8 39.4) |
| OKLCH | oklch(0.834 0.093 34.6) |
Copy-ready code
/* CSS */
color: #ffb3a0;
background-color: #ffb3a0;
/* Tailwind (arbitrary) */
class="text-[#ffb3a0] bg-[#ffb3a0]"
/* SCSS */
$brand: #ffb3a0;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.627)
/* Android */
Color.parseColor("#ffb3a0")Accessibility — WCAG contrast
Aa
#ffb3a0 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3a0 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow37.3%
Key (black)0.0%
Color previews
#ffb3a0 text on a black background
contrast 12.21:1
Card sample
#ffb3a0 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3a0;
Background color
Panel with #ffb3a0 background
background-color: #ffb3a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3a0; background: linear-gradient(135deg, #ffb3a0, #FFF2A0);