#f19cf6
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 156, 246
HSL
297°, 83%, 79%
CMYK
2, 37, 0, 4
Luminance
0.4913
Every format
| HEX | #f19cf6 |
| RGB | rgb(241, 156, 246) |
| HSL | hsl(297, 83%, 79%) |
| CMYK | cmyk(2%, 37%, 0%, 4%) |
| LAB | lab(75.5 45.5 -32.1) |
| LCH | lch(75.5 55.7 324.8) |
| OKLCH | oklch(0.807 0.152 324.9) |
Copy-ready code
/* CSS */
color: #f19cf6;
background-color: #f19cf6;
/* Tailwind (arbitrary) */
class="text-[#f19cf6] bg-[#f19cf6]"
/* SCSS */
$brand: #f19cf6;
/* SwiftUI */
Color(red: 0.945, green: 0.612, blue: 0.965)
/* Android */
Color.parseColor("#f19cf6")Accessibility — WCAG contrast
Aa
#f19cf6 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19cf6 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green61.2%
Blue96.5%
CMYK percentages
Cyan2.0%
Magenta36.6%
Yellow0.0%
Key (black)3.5%
Color previews
#f19cf6 text on a black background
contrast 10.83:1
Card sample
#f19cf6 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19cf6;
Background color
Panel with #f19cf6 background
background-color: #f19cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 156, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 156, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19cf6; background: linear-gradient(135deg, #f19cf6, #F69CBF);