#ff8aee
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 138, 238
HSL
309°, 100%, 77%
CMYK
0, 46, 7, 0
Luminance
0.4561
Every format
| HEX | #ff8aee |
| RGB | rgb(255, 138, 238) |
| HSL | hsl(309, 100%, 77%) |
| CMYK | cmyk(0%, 46%, 7%, 0%) |
| LAB | lab(73.3 57.3 -31.1) |
| LCH | lch(73.3 65.2 331.5) |
| OKLCH | oklch(0.793 0.184 332.8) |
Copy-ready code
/* CSS */
color: #ff8aee;
background-color: #ff8aee;
/* Tailwind (arbitrary) */
class="text-[#ff8aee] bg-[#ff8aee]"
/* SCSS */
$brand: #ff8aee;
/* SwiftUI */
Color(red: 1.000, green: 0.541, blue: 0.933)
/* Android */
Color.parseColor("#ff8aee")Accessibility — WCAG contrast
Aa
#ff8aee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8aee on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow6.7%
Key (black)0.0%
Color previews
#ff8aee text on a black background
contrast 10.12:1
Card sample
#ff8aee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8aee;
Background color
Panel with #ff8aee background
background-color: #ff8aee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8aee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 138, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 138, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8aee; background: linear-gradient(135deg, #ff8aee, #FF8AA0);