#f308db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 8, 219
HSL
306°, 94%, 49%
CMYK
0, 97, 10, 5
Luminance
0.2434
Every format
| HEX | #f308db |
| RGB | rgb(243, 8, 219) |
| HSL | hsl(306, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 10%, 5%) |
| LAB | lab(56.4 91.0 -47.0) |
| LCH | lch(56.4 102.4 332.7) |
| OKLCH | oklch(0.664 0.295 334.0) |
Copy-ready code
/* CSS */
color: #f308db;
background-color: #f308db;
/* Tailwind (arbitrary) */
class="text-[#f308db] bg-[#f308db]"
/* SCSS */
$brand: #f308db;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.859)
/* Android */
Color.parseColor("#f308db")Accessibility — WCAG contrast
Aa
#f308db on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f308db on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow9.9%
Key (black)4.7%
Color previews
#f308db text on a black background
contrast 5.87:1
Card sample
#f308db text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f308db;
Background color
Panel with #f308db background
background-color: #f308db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f308db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f308db; background: linear-gradient(135deg, #f308db, #F3083E);