#f39dbb
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 157, 187
HSL
339°, 78%, 78%
CMYK
0, 35, 23, 5
Luminance
0.4676
Every format
| HEX | #f39dbb |
| RGB | rgb(243, 157, 187) |
| HSL | hsl(339, 78%, 78%) |
| CMYK | cmyk(0%, 35%, 23%, 5%) |
| LAB | lab(74.0 36.0 -2.1) |
| LCH | lch(74.0 36.0 356.7) |
| OKLCH | oklch(0.790 0.108 357.4) |
Copy-ready code
/* CSS */
color: #f39dbb;
background-color: #f39dbb;
/* Tailwind (arbitrary) */
class="text-[#f39dbb] bg-[#f39dbb]"
/* SCSS */
$brand: #f39dbb;
/* SwiftUI */
Color(red: 0.953, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#f39dbb")Accessibility — WCAG contrast
Aa
#f39dbb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39dbb on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow23.0%
Key (black)4.7%
Color previews
#f39dbb text on a black background
contrast 10.35:1
Card sample
#f39dbb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39dbb;
Background color
Panel with #f39dbb background
background-color: #f39dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39dbb; background: linear-gradient(135deg, #f39dbb, #F3B89D);