#ffeffe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 239, 254
HSL
304°, 100%, 97%
CMYK
0, 6, 0, 0
Luminance
0.9015
Every format
| HEX | #ffeffe |
| RGB | rgb(255, 239, 254) |
| HSL | hsl(304, 100%, 97%) |
| CMYK | cmyk(0%, 6%, 0%, 0%) |
| LAB | lab(96.1 8.0 -5.3) |
| LCH | lch(96.1 9.6 326.5) |
| OKLCH | oklch(0.969 0.026 327.7) |
Copy-ready code
/* CSS */
color: #ffeffe;
background-color: #ffeffe;
/* Tailwind (arbitrary) */
class="text-[#ffeffe] bg-[#ffeffe]"
/* SCSS */
$brand: #ffeffe;
/* SwiftUI */
Color(red: 1.000, green: 0.937, blue: 0.996)
/* Android */
Color.parseColor("#ffeffe")Accessibility — WCAG contrast
Aa
#ffeffe on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeffe on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.7%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow0.4%
Key (black)0.0%
Color previews
#ffeffe text on a black background
contrast 19.03:1
Card sample
#ffeffe text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeffe;
Background color
Panel with #ffeffe background
background-color: #ffeffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 239, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 239, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeffe; background: linear-gradient(135deg, #ffeffe, #FFEFF3);