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