#69ebaa
a light, electric green · cool · closest name: aquamarine
RGB
105, 235, 170
HSL
150°, 77%, 67%
CMYK
55, 0, 28, 8
Luminance
0.6532
Every format
| HEX | #69ebaa |
| RGB | rgb(105, 235, 170) |
| HSL | hsl(150, 77%, 67%) |
| CMYK | cmyk(55%, 0%, 28%, 8%) |
| LAB | lab(84.7 -50.6 20.9) |
| LCH | lch(84.7 54.8 157.5) |
| OKLCH | oklch(0.850 0.148 159.0) |
Copy-ready code
/* CSS */
color: #69ebaa;
background-color: #69ebaa;
/* Tailwind (arbitrary) */
class="text-[#69ebaa] bg-[#69ebaa]"
/* SCSS */
$brand: #69ebaa;
/* SwiftUI */
Color(red: 0.412, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#69ebaa")Accessibility — WCAG contrast
Aa
#69ebaa on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ebaa on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green92.2%
Blue66.7%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#69ebaa text on a black background
contrast 14.06:1
Card sample
#69ebaa text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ebaa;
Background color
Panel with #69ebaa background
background-color: #69ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ebaa; background: linear-gradient(135deg, #69ebaa, #69D5EB);