#f67cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 124, 251
HSL
298°, 94%, 74%
CMYK
2, 51, 0, 2
Luminance
0.4097
Every format
| HEX | #f67cfb |
| RGB | rgb(246, 124, 251) |
| HSL | hsl(298, 94%, 74%) |
| CMYK | cmyk(2%, 51%, 0%, 2%) |
| LAB | lab(70.2 63.7 -43.1) |
| LCH | lch(70.2 76.9 325.9) |
| OKLCH | oklch(0.769 0.212 325.9) |
Copy-ready code
/* CSS */
color: #f67cfb;
background-color: #f67cfb;
/* Tailwind (arbitrary) */
class="text-[#f67cfb] bg-[#f67cfb]"
/* SCSS */
$brand: #f67cfb;
/* SwiftUI */
Color(red: 0.965, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#f67cfb")Accessibility — WCAG contrast
Aa
#f67cfb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67cfb on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green48.6%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f67cfb text on a black background
contrast 9.19:1
Card sample
#f67cfb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67cfb;
Background color
Panel with #f67cfb background
background-color: #f67cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67cfb; background: linear-gradient(135deg, #f67cfb, #FB7CAB);