#ffb3ac
a light, electric red · warm · closest name: pink
RGB
255, 179, 172
HSL
5°, 100%, 84%
CMYK
0, 30, 33, 0
Luminance
0.5648
Every format
| HEX | #ffb3ac |
| RGB | rgb(255, 179, 172) |
| HSL | hsl(5, 100%, 84%) |
| CMYK | cmyk(0%, 30%, 33%, 0%) |
| LAB | lab(79.9 26.8 14.7) |
| LCH | lch(79.9 30.5 28.8) |
| OKLCH | oklch(0.837 0.090 25.0) |
Copy-ready code
/* CSS */
color: #ffb3ac;
background-color: #ffb3ac;
/* Tailwind (arbitrary) */
class="text-[#ffb3ac] bg-[#ffb3ac]"
/* SCSS */
$brand: #ffb3ac;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.675)
/* Android */
Color.parseColor("#ffb3ac")Accessibility — WCAG contrast
Aa
#ffb3ac on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3ac on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow32.5%
Key (black)0.0%
Color previews
#ffb3ac text on a black background
contrast 12.30:1
Card sample
#ffb3ac text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3ac;
Background color
Panel with #ffb3ac background
background-color: #ffb3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3ac; background: linear-gradient(135deg, #ffb3ac, #FFEAAC);