#f75dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 93, 187
HSL
323°, 91%, 67%
CMYK
0, 62, 24, 3
Luminance
0.3119
Every format
| HEX | #f75dbb |
| RGB | rgb(247, 93, 187) |
| HSL | hsl(323, 91%, 67%) |
| CMYK | cmyk(0%, 62%, 24%, 3%) |
| LAB | lab(62.7 67.8 -19.0) |
| LCH | lch(62.7 70.5 344.4) |
| OKLCH | oklch(0.706 0.211 346.2) |
Copy-ready code
/* CSS */
color: #f75dbb;
background-color: #f75dbb;
/* Tailwind (arbitrary) */
class="text-[#f75dbb] bg-[#f75dbb]"
/* SCSS */
$brand: #f75dbb;
/* SwiftUI */
Color(red: 0.969, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#f75dbb")Accessibility — WCAG contrast
Aa
#f75dbb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75dbb on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green36.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow24.3%
Key (black)3.1%
Color previews
#f75dbb text on a black background
contrast 7.24:1
Card sample
#f75dbb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75dbb;
Background color
Panel with #f75dbb background
background-color: #f75dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75dbb; background: linear-gradient(135deg, #f75dbb, #F7665D);