#f69fef
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 159, 239
HSL
305°, 83%, 79%
CMYK
0, 35, 3, 4
Luminance
0.5062
Every format
| HEX | #f69fef |
| RGB | rgb(246, 159, 239) |
| HSL | hsl(305, 83%, 79%) |
| CMYK | cmyk(0%, 35%, 3%, 4%) |
| LAB | lab(76.5 44.2 -26.9) |
| LCH | lch(76.5 51.8 328.7) |
| OKLCH | oklch(0.815 0.144 329.7) |
Copy-ready code
/* CSS */
color: #f69fef;
background-color: #f69fef;
/* Tailwind (arbitrary) */
class="text-[#f69fef] bg-[#f69fef]"
/* SCSS */
$brand: #f69fef;
/* SwiftUI */
Color(red: 0.965, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#f69fef")Accessibility — WCAG contrast
Aa
#f69fef on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69fef on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green62.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow2.8%
Key (black)3.5%
Color previews
#f69fef text on a black background
contrast 11.12:1
Card sample
#f69fef text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69fef;
Background color
Panel with #f69fef background
background-color: #f69fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69fef; background: linear-gradient(135deg, #f69fef, #F69FB5);