#ee6969
a light, electric red · warm · closest name: salmon
RGB
238, 105, 105
HSL
0°, 80%, 67%
CMYK
0, 56, 56, 7
Luminance
0.2930
Every format
| HEX | #ee6969 |
| RGB | rgb(238, 105, 105) |
| HSL | hsl(0, 80%, 67%) |
| CMYK | cmyk(0%, 56%, 56%, 7%) |
| LAB | lab(61.0 51.3 25.7) |
| LCH | lch(61.0 57.4 26.6) |
| OKLCH | oklch(0.684 0.165 22.4) |
Copy-ready code
/* CSS */
color: #ee6969;
background-color: #ee6969;
/* Tailwind (arbitrary) */
class="text-[#ee6969] bg-[#ee6969]"
/* SCSS */
$brand: #ee6969;
/* SwiftUI */
Color(red: 0.933, green: 0.412, blue: 0.412)
/* Android */
Color.parseColor("#ee6969")Accessibility — WCAG contrast
Aa
#ee6969 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee6969 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green41.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow55.9%
Key (black)6.7%
Color previews
#ee6969 text on a black background
contrast 6.86:1
Card sample
#ee6969 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6969;
Background color
Panel with #ee6969 background
background-color: #ee6969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 105, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 105, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6969; background: linear-gradient(135deg, #ee6969, #EEC269);