#f02daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 45, 175
HSL
320°, 87%, 56%
CMYK
0, 81, 27, 6
Luminance
0.2350
Every format
| HEX | #f02daf |
| RGB | rgb(240, 45, 175) |
| HSL | hsl(320, 87%, 56%) |
| CMYK | cmyk(0%, 81%, 27%, 6%) |
| LAB | lab(55.6 80.0 -23.0) |
| LCH | lch(55.6 83.3 344.0) |
| OKLCH | oklch(0.651 0.251 345.9) |
Copy-ready code
/* CSS */
color: #f02daf;
background-color: #f02daf;
/* Tailwind (arbitrary) */
class="text-[#f02daf] bg-[#f02daf]"
/* SCSS */
$brand: #f02daf;
/* SwiftUI */
Color(red: 0.941, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#f02daf")Accessibility — WCAG contrast
Aa
#f02daf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02daf on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow27.1%
Key (black)5.9%
Color previews
#f02daf text on a black background
contrast 5.70:1
Card sample
#f02daf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02daf;
Background color
Panel with #f02daf background
background-color: #f02daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02daf; background: linear-gradient(135deg, #f02daf, #F02D2D);