#ff8baf
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 139, 175
HSL
341°, 100%, 77%
CMYK
0, 46, 31, 0
Luminance
0.4282
Every format
| HEX | #ff8baf |
| RGB | rgb(255, 139, 175) |
| HSL | hsl(341, 100%, 77%) |
| CMYK | cmyk(0%, 46%, 31%, 0%) |
| LAB | lab(71.4 47.7 0.9) |
| LCH | lch(71.4 47.8 1.1) |
| OKLCH | oklch(0.772 0.145 1.2) |
Copy-ready code
/* CSS */
color: #ff8baf;
background-color: #ff8baf;
/* Tailwind (arbitrary) */
class="text-[#ff8baf] bg-[#ff8baf]"
/* SCSS */
$brand: #ff8baf;
/* SwiftUI */
Color(red: 1.000, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#ff8baf")Accessibility — WCAG contrast
Aa
#ff8baf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8baf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow31.4%
Key (black)0.0%
Color previews
#ff8baf text on a black background
contrast 9.56:1
Card sample
#ff8baf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8baf;
Background color
Panel with #ff8baf background
background-color: #ff8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8baf; background: linear-gradient(135deg, #ff8baf, #FFB58B);