#ebbebc
a light, vivid red · warm · closest name: pink
RGB
235, 190, 188
HSL
3°, 54%, 83%
CMYK
0, 19, 20, 8
Luminance
0.5812
Every format
| HEX | #ebbebc |
| RGB | rgb(235, 190, 188) |
| HSL | hsl(3, 54%, 83%) |
| CMYK | cmyk(0%, 19%, 20%, 8%) |
| LAB | lab(80.8 15.8 7.1) |
| LCH | lch(80.8 17.3 24.3) |
| OKLCH | oklch(0.841 0.052 21.2) |
Copy-ready code
/* CSS */
color: #ebbebc;
background-color: #ebbebc;
/* Tailwind (arbitrary) */
class="text-[#ebbebc] bg-[#ebbebc]"
/* SCSS */
$brand: #ebbebc;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.737)
/* Android */
Color.parseColor("#ebbebc")Accessibility — WCAG contrast
Aa
#ebbebc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbebc on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow20.0%
Key (black)7.8%
Color previews
#ebbebc text on a black background
contrast 12.62:1
Card sample
#ebbebc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbebc;
Background color
Panel with #ebbebc background
background-color: #ebbebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbebc; background: linear-gradient(135deg, #ebbebc, #EBDDBC);