#f74dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 77, 187
HSL
321°, 91%, 64%
CMYK
0, 69, 24, 3
Luminance
0.2867
Every format
| HEX | #f74dbb |
| RGB | rgb(247, 77, 187) |
| HSL | hsl(321, 91%, 64%) |
| CMYK | cmyk(0%, 69%, 24%, 3%) |
| LAB | lab(60.5 73.9 -22.3) |
| LCH | lch(60.5 77.2 343.2) |
| OKLCH | oklch(0.690 0.231 345.1) |
Copy-ready code
/* CSS */
color: #f74dbb;
background-color: #f74dbb;
/* Tailwind (arbitrary) */
class="text-[#f74dbb] bg-[#f74dbb]"
/* SCSS */
$brand: #f74dbb;
/* SwiftUI */
Color(red: 0.969, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#f74dbb")Accessibility — WCAG contrast
Aa
#f74dbb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74dbb on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow24.3%
Key (black)3.1%
Color previews
#f74dbb text on a black background
contrast 6.73:1
Card sample
#f74dbb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74dbb;
Background color
Panel with #f74dbb background
background-color: #f74dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74dbb; background: linear-gradient(135deg, #f74dbb, #F7504D);