#69eb97
a light, electric green · cool · closest name: aquamarine
RGB
105, 235, 151
HSL
141°, 77%, 67%
CMYK
55, 0, 36, 8
Luminance
0.6465
Every format
| HEX | #69eb97 |
| RGB | rgb(105, 235, 151) |
| HSL | hsl(141, 77%, 67%) |
| CMYK | cmyk(55%, 0%, 36%, 8%) |
| LAB | lab(84.3 -54.2 30.2) |
| LCH | lch(84.3 62.0 150.9) |
| OKLCH | oklch(0.846 0.165 152.8) |
Copy-ready code
/* CSS */
color: #69eb97;
background-color: #69eb97;
/* Tailwind (arbitrary) */
class="text-[#69eb97] bg-[#69eb97]"
/* SCSS */
$brand: #69eb97;
/* SwiftUI */
Color(red: 0.412, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#69eb97")Accessibility — WCAG contrast
Aa
#69eb97 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69eb97 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green92.2%
Blue59.2%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow35.7%
Key (black)7.8%
Color previews
#69eb97 text on a black background
contrast 13.93:1
Card sample
#69eb97 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69eb97;
Background color
Panel with #69eb97 background
background-color: #69eb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69eb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69eb97; background: linear-gradient(135deg, #69eb97, #69E8EB);