#ecafbf
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 175, 191
HSL
344°, 62%, 81%
CMYK
0, 26, 19, 8
Luminance
0.5225
Every format
| HEX | #ecafbf |
| RGB | rgb(236, 175, 191) |
| HSL | hsl(344, 62%, 81%) |
| CMYK | cmyk(0%, 26%, 19%, 8%) |
| LAB | lab(77.4 24.6 0.6) |
| LCH | lch(77.4 24.6 1.4) |
| OKLCH | oklch(0.815 0.074 1.5) |
Copy-ready code
/* CSS */
color: #ecafbf;
background-color: #ecafbf;
/* Tailwind (arbitrary) */
class="text-[#ecafbf] bg-[#ecafbf]"
/* SCSS */
$brand: #ecafbf;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#ecafbf")Accessibility — WCAG contrast
Aa
#ecafbf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecafbf on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow19.1%
Key (black)7.5%
Color previews
#ecafbf text on a black background
contrast 11.45:1
Card sample
#ecafbf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecafbf;
Background color
Panel with #ecafbf background
background-color: #ecafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecafbf; background: linear-gradient(135deg, #ecafbf, #ECC8AF);