#f69cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 156, 251
HSL
297°, 92%, 80%
CMYK
2, 38, 0, 2
Luminance
0.5033
Every format
| HEX | #f69cfb |
| RGB | rgb(246, 156, 251) |
| HSL | hsl(297, 92%, 80%) |
| CMYK | cmyk(2%, 38%, 0%, 2%) |
| LAB | lab(76.3 47.9 -33.6) |
| LCH | lch(76.3 58.5 324.9) |
| OKLCH | oklch(0.815 0.160 325.1) |
Copy-ready code
/* CSS */
color: #f69cfb;
background-color: #f69cfb;
/* Tailwind (arbitrary) */
class="text-[#f69cfb] bg-[#f69cfb]"
/* SCSS */
$brand: #f69cfb;
/* SwiftUI */
Color(red: 0.965, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#f69cfb")Accessibility — WCAG contrast
Aa
#f69cfb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69cfb on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green61.2%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f69cfb text on a black background
contrast 11.07:1
Card sample
#f69cfb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69cfb;
Background color
Panel with #f69cfb background
background-color: #f69cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69cfb; background: linear-gradient(135deg, #f69cfb, #FB9CC1);