#69f191
a light, electric green · cool · closest name: aquamarine
RGB
105, 241, 145
HSL
138°, 83%, 68%
CMYK
56, 0, 40, 6
Luminance
0.6796
Every format
| HEX | #69f191 |
| RGB | rgb(105, 241, 145) |
| HSL | hsl(138, 83%, 68%) |
| CMYK | cmyk(56%, 0%, 40%, 6%) |
| LAB | lab(86.0 -57.6 35.4) |
| LCH | lch(86.0 67.6 148.4) |
| OKLCH | oklch(0.859 0.179 150.6) |
Copy-ready code
/* CSS */
color: #69f191;
background-color: #69f191;
/* Tailwind (arbitrary) */
class="text-[#69f191] bg-[#69f191]"
/* SCSS */
$brand: #69f191;
/* SwiftUI */
Color(red: 0.412, green: 0.945, blue: 0.569)
/* Android */
Color.parseColor("#69f191")Accessibility — WCAG contrast
Aa
#69f191 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f191 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green94.5%
Blue56.9%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow39.8%
Key (black)5.5%
Color previews
#69f191 text on a black background
contrast 14.59:1
Card sample
#69f191 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f191;
Background color
Panel with #69f191 background
background-color: #69f191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 241, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 241, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f191; background: linear-gradient(135deg, #69f191, #69F1EC);