#f00baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 11, 175
HSL
317°, 91%, 49%
CMYK
0, 95, 27, 6
Luminance
0.2186
Every format
| HEX | #f00baf |
| RGB | rgb(240, 11, 175) |
| HSL | hsl(317, 91%, 49%) |
| CMYK | cmyk(0%, 95%, 27%, 6%) |
| LAB | lab(53.9 85.0 -25.6) |
| LCH | lch(53.9 88.8 343.2) |
| OKLCH | oklch(0.638 0.268 345.2) |
Copy-ready code
/* CSS */
color: #f00baf;
background-color: #f00baf;
/* Tailwind (arbitrary) */
class="text-[#f00baf] bg-[#f00baf]"
/* SCSS */
$brand: #f00baf;
/* SwiftUI */
Color(red: 0.941, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#f00baf")Accessibility — WCAG contrast
Aa
#f00baf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f00baf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green4.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow27.1%
Key (black)5.9%
Color previews
#f00baf text on a black background
contrast 5.37:1
Card sample
#f00baf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f00baf;
Background color
Panel with #f00baf background
background-color: #f00baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f00baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f00baf; background: linear-gradient(135deg, #f00baf, #F00B16);