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