#ffb0ac
a light, electric red · warm · closest name: pink
RGB
255, 176, 172
HSL
3°, 100%, 84%
CMYK
0, 31, 33, 0
Luminance
0.5529
Every format
| HEX | #ffb0ac |
| RGB | rgb(255, 176, 172) |
| HSL | hsl(3, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 33%, 0%) |
| LAB | lab(79.2 28.3 13.8) |
| LCH | lch(79.2 31.5 25.9) |
| OKLCH | oklch(0.832 0.093 22.5) |
Copy-ready code
/* CSS */
color: #ffb0ac;
background-color: #ffb0ac;
/* Tailwind (arbitrary) */
class="text-[#ffb0ac] bg-[#ffb0ac]"
/* SCSS */
$brand: #ffb0ac;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.675)
/* Android */
Color.parseColor("#ffb0ac")Accessibility — WCAG contrast
Aa
#ffb0ac on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb0ac on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow32.5%
Key (black)0.0%
Color previews
#ffb0ac text on a black background
contrast 12.06:1
Card sample
#ffb0ac text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb0ac;
Background color
Panel with #ffb0ac background
background-color: #ffb0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb0ac; background: linear-gradient(135deg, #ffb0ac, #FFE7AC);