#ecaeaf
a light, vivid red · warm · closest name: pink
RGB
236, 174, 175
HSL
359°, 62%, 80%
CMYK
0, 26, 26, 8
Luminance
0.5120
Every format
| HEX | #ecaeaf |
| RGB | rgb(236, 174, 175) |
| HSL | hsl(359, 62%, 80%) |
| CMYK | cmyk(0%, 26%, 26%, 8%) |
| LAB | lab(76.8 22.8 8.4) |
| LCH | lch(76.8 24.3 20.3) |
| OKLCH | oklch(0.809 0.073 17.7) |
Copy-ready code
/* CSS */
color: #ecaeaf;
background-color: #ecaeaf;
/* Tailwind (arbitrary) */
class="text-[#ecaeaf] bg-[#ecaeaf]"
/* SCSS */
$brand: #ecaeaf;
/* SwiftUI */
Color(red: 0.925, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#ecaeaf")Accessibility — WCAG contrast
Aa
#ecaeaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaeaf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow25.8%
Key (black)7.5%
Color previews
#ecaeaf text on a black background
contrast 11.24:1
Card sample
#ecaeaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaeaf;
Background color
Panel with #ecaeaf background
background-color: #ecaeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaeaf; background: linear-gradient(135deg, #ecaeaf, #ECD6AE);