#f99cef
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 156, 239
HSL
307°, 89%, 79%
CMYK
0, 37, 4, 2
Luminance
0.5015
Every format
| HEX | #f99cef |
| RGB | rgb(249, 156, 239) |
| HSL | hsl(307, 89%, 79%) |
| CMYK | cmyk(0%, 37%, 4%, 2%) |
| LAB | lab(76.2 46.7 -27.3) |
| LCH | lch(76.2 54.1 329.7) |
| OKLCH | oklch(0.813 0.151 330.8) |
Copy-ready code
/* CSS */
color: #f99cef;
background-color: #f99cef;
/* Tailwind (arbitrary) */
class="text-[#f99cef] bg-[#f99cef]"
/* SCSS */
$brand: #f99cef;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#f99cef")Accessibility — WCAG contrast
Aa
#f99cef on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cef on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow4.0%
Key (black)2.4%
Color previews
#f99cef text on a black background
contrast 11.03:1
Card sample
#f99cef text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cef;
Background color
Panel with #f99cef background
background-color: #f99cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cef; background: linear-gradient(135deg, #f99cef, #F99CB1);