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