#ff9bac
a light, electric red · warm · closest name: pink
RGB
255, 155, 172
HSL
350°, 100%, 80%
CMYK
0, 39, 33, 0
Luminance
0.4768
Every format
| HEX | #ff9bac |
| RGB | rgb(255, 155, 172) |
| HSL | hsl(350, 100%, 80%) |
| CMYK | cmyk(0%, 39%, 33%, 0%) |
| LAB | lab(74.6 39.3 7.2) |
| LCH | lch(74.6 39.9 10.4) |
| OKLCH | oklch(0.796 0.121 9.2) |
Copy-ready code
/* CSS */
color: #ff9bac;
background-color: #ff9bac;
/* Tailwind (arbitrary) */
class="text-[#ff9bac] bg-[#ff9bac]"
/* SCSS */
$brand: #ff9bac;
/* SwiftUI */
Color(red: 1.000, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#ff9bac")Accessibility — WCAG contrast
Aa
#ff9bac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9bac on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow32.5%
Key (black)0.0%
Color previews
#ff9bac text on a black background
contrast 10.54:1
Card sample
#ff9bac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9bac;
Background color
Panel with #ff9bac background
background-color: #ff9bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9bac; background: linear-gradient(135deg, #ff9bac, #FFCD9B);