#69f185
a light, electric green · cool · closest name: aquamarine
RGB
105, 241, 133
HSL
132°, 83%, 68%
CMYK
56, 0, 45, 6
Luminance
0.6761
Every format
| HEX | #69f185 |
| RGB | rgb(105, 241, 133) |
| HSL | hsl(132, 83%, 68%) |
| CMYK | cmyk(56%, 0%, 45%, 6%) |
| LAB | lab(85.8 -59.5 41.1) |
| LCH | lch(85.8 72.3 145.3) |
| OKLCH | oklch(0.857 0.190 148.0) |
Copy-ready code
/* CSS */
color: #69f185;
background-color: #69f185;
/* Tailwind (arbitrary) */
class="text-[#69f185] bg-[#69f185]"
/* SCSS */
$brand: #69f185;
/* SwiftUI */
Color(red: 0.412, green: 0.945, blue: 0.522)
/* Android */
Color.parseColor("#69f185")Accessibility — WCAG contrast
Aa
#69f185 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f185 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green94.5%
Blue52.2%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow44.8%
Key (black)5.5%
Color previews
#69f185 text on a black background
contrast 14.52:1
Card sample
#69f185 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f185;
Background color
Panel with #69f185 background
background-color: #69f185;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f185;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 241, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 241, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f185; background: linear-gradient(135deg, #69f185, #69F1E0);