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