#ffeaf0
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 234, 240
HSL
343°, 100%, 96%
CMYK
0, 8, 6, 0
Luminance
0.8640
Every format
| HEX | #ffeaf0 |
| RGB | rgb(255, 234, 240) |
| HSL | hsl(343, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 6%, 0%) |
| LAB | lab(94.5 8.1 -0.3) |
| LCH | lch(94.5 8.1 357.7) |
| OKLCH | oklch(0.956 0.024 358.3) |
Copy-ready code
/* CSS */
color: #ffeaf0;
background-color: #ffeaf0;
/* Tailwind (arbitrary) */
class="text-[#ffeaf0] bg-[#ffeaf0]"
/* SCSS */
$brand: #ffeaf0;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#ffeaf0")Accessibility — WCAG contrast
Aa
#ffeaf0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeaf0 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow5.9%
Key (black)0.0%
Color previews
#ffeaf0 text on a black background
contrast 18.28:1
Card sample
#ffeaf0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeaf0;
Background color
Panel with #ffeaf0 background
background-color: #ffeaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeaf0; background: linear-gradient(135deg, #ffeaf0, #FFF2EA);