#ec97cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 151, 203
HSL
323°, 69%, 76%
CMYK
0, 36, 14, 8
Luminance
0.4428
Every format
| HEX | #ec97cb |
| RGB | rgb(236, 151, 203) |
| HSL | hsl(323, 69%, 76%) |
| CMYK | cmyk(0%, 36%, 14%, 8%) |
| LAB | lab(72.4 39.1 -13.4) |
| LCH | lch(72.4 41.4 341.1) |
| OKLCH | oklch(0.778 0.120 342.9) |
Copy-ready code
/* CSS */
color: #ec97cb;
background-color: #ec97cb;
/* Tailwind (arbitrary) */
class="text-[#ec97cb] bg-[#ec97cb]"
/* SCSS */
$brand: #ec97cb;
/* SwiftUI */
Color(red: 0.925, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#ec97cb")Accessibility — WCAG contrast
Aa
#ec97cb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec97cb on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green59.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow14.0%
Key (black)7.5%
Color previews
#ec97cb text on a black background
contrast 9.86:1
Card sample
#ec97cb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec97cb;
Background color
Panel with #ec97cb background
background-color: #ec97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec97cb; background: linear-gradient(135deg, #ec97cb, #EC9C97);