#f65eee
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 94, 238
HSL
303°, 89%, 67%
CMYK
0, 62, 3, 4
Luminance
0.3377
Every format
| HEX | #f65eee |
| RGB | rgb(246, 94, 238) |
| HSL | hsl(303, 89%, 67%) |
| CMYK | cmyk(0%, 62%, 3%, 4%) |
| LAB | lab(64.8 74.5 -44.4) |
| LCH | lch(64.8 86.8 329.2) |
| OKLCH | oklch(0.728 0.243 329.9) |
Copy-ready code
/* CSS */
color: #f65eee;
background-color: #f65eee;
/* Tailwind (arbitrary) */
class="text-[#f65eee] bg-[#f65eee]"
/* SCSS */
$brand: #f65eee;
/* SwiftUI */
Color(red: 0.965, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#f65eee")Accessibility — WCAG contrast
Aa
#f65eee on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f65eee on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow3.3%
Key (black)3.5%
Color previews
#f65eee text on a black background
contrast 7.75:1
Card sample
#f65eee text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65eee;
Background color
Panel with #f65eee background
background-color: #f65eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65eee; background: linear-gradient(135deg, #f65eee, #F65E89);