#eebfbf
a light, vivid red · warm · closest name: pink
RGB
238, 191, 191
HSL
0°, 58%, 84%
CMYK
0, 20, 20, 7
Luminance
0.5920
Every format
| HEX | #eebfbf |
| RGB | rgb(238, 191, 191) |
| HSL | hsl(0, 58%, 84%) |
| CMYK | cmyk(0%, 20%, 20%, 7%) |
| LAB | lab(81.4 16.8 6.4) |
| LCH | lch(81.4 18.0 20.9) |
| OKLCH | oklch(0.846 0.054 18.3) |
Copy-ready code
/* CSS */
color: #eebfbf;
background-color: #eebfbf;
/* Tailwind (arbitrary) */
class="text-[#eebfbf] bg-[#eebfbf]"
/* SCSS */
$brand: #eebfbf;
/* SwiftUI */
Color(red: 0.933, green: 0.749, blue: 0.749)
/* Android */
Color.parseColor("#eebfbf")Accessibility — WCAG contrast
Aa
#eebfbf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebfbf on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow19.7%
Key (black)6.7%
Color previews
#eebfbf text on a black background
contrast 12.84:1
Card sample
#eebfbf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebfbf;
Background color
Panel with #eebfbf background
background-color: #eebfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 191, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 191, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebfbf; background: linear-gradient(135deg, #eebfbf, #EEDEBF);