#f68eee
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 142, 238
HSL
305°, 85%, 76%
CMYK
0, 42, 3, 4
Luminance
0.4511
Every format
| HEX | #f68eee |
| RGB | rgb(246, 142, 238) |
| HSL | hsl(305, 85%, 76%) |
| CMYK | cmyk(0%, 42%, 3%, 4%) |
| LAB | lab(73.0 52.7 -31.7) |
| LCH | lch(73.0 61.5 329.0) |
| OKLCH | oklch(0.788 0.172 329.9) |
Copy-ready code
/* CSS */
color: #f68eee;
background-color: #f68eee;
/* Tailwind (arbitrary) */
class="text-[#f68eee] bg-[#f68eee]"
/* SCSS */
$brand: #f68eee;
/* SwiftUI */
Color(red: 0.965, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#f68eee")Accessibility — WCAG contrast
Aa
#f68eee on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68eee on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow3.3%
Key (black)3.5%
Color previews
#f68eee text on a black background
contrast 10.02:1
Card sample
#f68eee text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68eee;
Background color
Panel with #f68eee background
background-color: #f68eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68eee; background: linear-gradient(135deg, #f68eee, #F68EA9);