#69e2ab
a balanced, vivid green · cool · closest name: aquamarine
RGB
105, 226, 171
HSL
153°, 68%, 65%
CMYK
54, 0, 24, 11
Luminance
0.6034
Every format
| HEX | #69e2ab |
| RGB | rgb(105, 226, 171) |
| HSL | hsl(153, 68%, 65%) |
| CMYK | cmyk(54%, 0%, 24%, 11%) |
| LAB | lab(82.0 -46.6 16.7) |
| LCH | lch(82.0 49.6 160.3) |
| OKLCH | oklch(0.829 0.136 161.6) |
Copy-ready code
/* CSS */
color: #69e2ab;
background-color: #69e2ab;
/* Tailwind (arbitrary) */
class="text-[#69e2ab] bg-[#69e2ab]"
/* SCSS */
$brand: #69e2ab;
/* SwiftUI */
Color(red: 0.412, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#69e2ab")Accessibility — WCAG contrast
Aa
#69e2ab on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69e2ab on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green88.6%
Blue67.1%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#69e2ab text on a black background
contrast 13.07:1
Card sample
#69e2ab text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69e2ab;
Background color
Panel with #69e2ab background
background-color: #69e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69e2ab; background: linear-gradient(135deg, #69e2ab, #69C8E2);