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