#eccad2
a pale, vivid red · warm · closest name: pink
RGB
236, 202, 210
HSL
346°, 47%, 86%
CMYK
0, 14, 11, 8
Luminance
0.6473
Every format
| HEX | #eccad2 |
| RGB | rgb(236, 202, 210) |
| HSL | hsl(346, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 11%, 8%) |
| LAB | lab(84.3 13.2 0.5) |
| LCH | lch(84.3 13.2 2.0) |
| OKLCH | oklch(0.870 0.040 2.1) |
Copy-ready code
/* CSS */
color: #eccad2;
background-color: #eccad2;
/* Tailwind (arbitrary) */
class="text-[#eccad2] bg-[#eccad2]"
/* SCSS */
$brand: #eccad2;
/* SwiftUI */
Color(red: 0.925, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#eccad2")Accessibility — WCAG contrast
Aa
#eccad2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccad2 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow11.0%
Key (black)7.5%
Color previews
#eccad2 text on a black background
contrast 13.95:1
Card sample
#eccad2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccad2;
Background color
Panel with #eccad2 background
background-color: #eccad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccad2; background: linear-gradient(135deg, #eccad2, #ECD9CA);