#69ee9b
a light, electric green · cool · closest name: aquamarine
RGB
105, 238, 155
HSL
143°, 80%, 67%
CMYK
56, 0, 35, 7
Luminance
0.6652
Every format
| HEX | #69ee9b |
| RGB | rgb(105, 238, 155) |
| HSL | hsl(143, 80%, 67%) |
| CMYK | cmyk(56%, 0%, 35%, 7%) |
| LAB | lab(85.3 -54.7 29.4) |
| LCH | lch(85.3 62.1 151.7) |
| OKLCH | oklch(0.854 0.166 153.5) |
Copy-ready code
/* CSS */
color: #69ee9b;
background-color: #69ee9b;
/* Tailwind (arbitrary) */
class="text-[#69ee9b] bg-[#69ee9b]"
/* SCSS */
$brand: #69ee9b;
/* SwiftUI */
Color(red: 0.412, green: 0.933, blue: 0.608)
/* Android */
Color.parseColor("#69ee9b")Accessibility — WCAG contrast
Aa
#69ee9b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ee9b on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green93.3%
Blue60.8%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow34.9%
Key (black)6.7%
Color previews
#69ee9b text on a black background
contrast 14.30:1
Card sample
#69ee9b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ee9b;
Background color
Panel with #69ee9b background
background-color: #69ee9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ee9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 238, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 238, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ee9b; background: linear-gradient(135deg, #69ee9b, #69E8EE);