#ffeeff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 238, 255
HSL
300°, 100%, 97%
CMYK
0, 7, 0, 0
Luminance
0.8963
Every format
| HEX | #ffeeff |
| RGB | rgb(255, 238, 255) |
| HSL | hsl(300, 100%, 97%) |
| CMYK | cmyk(0%, 7%, 0%, 0%) |
| LAB | lab(95.8 8.7 -6.1) |
| LCH | lch(95.8 10.6 324.8) |
| OKLCH | oklch(0.967 0.029 325.8) |
Copy-ready code
/* CSS */
color: #ffeeff;
background-color: #ffeeff;
/* Tailwind (arbitrary) */
class="text-[#ffeeff] bg-[#ffeeff]"
/* SCSS */
$brand: #ffeeff;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#ffeeff")Accessibility — WCAG contrast
Aa
#ffeeff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeeff on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ffeeff text on a black background
contrast 18.93:1
Card sample
#ffeeff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeeff;
Background color
Panel with #ffeeff background
background-color: #ffeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeeff; background: linear-gradient(135deg, #ffeeff, #FFEEF4);