#ff3eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 62, 238
HSL
305°, 100%, 62%
CMYK
0, 76, 7, 0
Luminance
0.3088
Every format
| HEX | #ff3eee |
| RGB | rgb(255, 62, 238) |
| HSL | hsl(305, 100%, 62%) |
| CMYK | cmyk(0%, 76%, 7%, 0%) |
| LAB | lab(62.4 87.1 -48.1) |
| LCH | lch(62.4 99.5 331.1) |
| OKLCH | oklch(0.714 0.283 332.1) |
Copy-ready code
/* CSS */
color: #ff3eee;
background-color: #ff3eee;
/* Tailwind (arbitrary) */
class="text-[#ff3eee] bg-[#ff3eee]"
/* SCSS */
$brand: #ff3eee;
/* SwiftUI */
Color(red: 1.000, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#ff3eee")Accessibility — WCAG contrast
Aa
#ff3eee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff3eee on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green24.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow6.7%
Key (black)0.0%
Color previews
#ff3eee text on a black background
contrast 7.18:1
Card sample
#ff3eee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3eee;
Background color
Panel with #ff3eee background
background-color: #ff3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3eee; background: linear-gradient(135deg, #ff3eee, #FF3E6D);