#f06cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 108, 251
HSL
295°, 95%, 70%
CMYK
4, 57, 0, 2
Luminance
0.3622
Every format
| HEX | #f06cfb |
| RGB | rgb(240, 108, 251) |
| HSL | hsl(295, 95%, 70%) |
| CMYK | cmyk(4%, 57%, 0%, 2%) |
| LAB | lab(66.7 69.4 -48.6) |
| LCH | lch(66.7 84.8 325.0) |
| OKLCH | oklch(0.742 0.232 324.5) |
Copy-ready code
/* CSS */
color: #f06cfb;
background-color: #f06cfb;
/* Tailwind (arbitrary) */
class="text-[#f06cfb] bg-[#f06cfb]"
/* SCSS */
$brand: #f06cfb;
/* SwiftUI */
Color(red: 0.941, green: 0.424, blue: 0.984)
/* Android */
Color.parseColor("#f06cfb")Accessibility — WCAG contrast
Aa
#f06cfb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06cfb on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.4%
Blue98.4%
CMYK percentages
Cyan4.4%
Magenta57.0%
Yellow0.0%
Key (black)1.6%
Color previews
#f06cfb text on a black background
contrast 8.24:1
Card sample
#f06cfb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06cfb;
Background color
Panel with #f06cfb background
background-color: #f06cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 108, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 108, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06cfb; background: linear-gradient(135deg, #f06cfb, #FB6CA7);