#69f1a0
a light, electric green · cool · closest name: aquamarine
RGB
105, 241, 160
HSL
144°, 83%, 68%
CMYK
56, 0, 34, 6
Luminance
0.6845
Every format
| HEX | #69f1a0 |
| RGB | rgb(105, 241, 160) |
| HSL | hsl(144, 83%, 68%) |
| CMYK | cmyk(56%, 0%, 34%, 6%) |
| LAB | lab(86.2 -55.0 28.2) |
| LCH | lch(86.2 61.8 152.8) |
| OKLCH | oklch(0.862 0.165 154.6) |
Copy-ready code
/* CSS */
color: #69f1a0;
background-color: #69f1a0;
/* Tailwind (arbitrary) */
class="text-[#69f1a0] bg-[#69f1a0]"
/* SCSS */
$brand: #69f1a0;
/* SwiftUI */
Color(red: 0.412, green: 0.945, blue: 0.627)
/* Android */
Color.parseColor("#69f1a0")Accessibility — WCAG contrast
Aa
#69f1a0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f1a0 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green94.5%
Blue62.7%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow33.6%
Key (black)5.5%
Color previews
#69f1a0 text on a black background
contrast 14.69:1
Card sample
#69f1a0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f1a0;
Background color
Panel with #69f1a0 background
background-color: #69f1a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f1a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 241, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 241, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f1a0; background: linear-gradient(135deg, #69f1a0, #69E7F1);