#6dfeb9
a light, electric green · cool · closest name: aquamarine
RGB
109, 254, 185
HSL
151°, 99%, 71%
CMYK
57, 0, 27, 0
Luminance
0.7764
Every format
| HEX | #6dfeb9 |
| RGB | rgb(109, 254, 185) |
| HSL | hsl(151, 99%, 71%) |
| CMYK | cmyk(57%, 0%, 27%, 0%) |
| LAB | lab(90.6 -54.6 21.5) |
| LCH | lch(90.6 58.6 158.5) |
| OKLCH | oklch(0.900 0.159 159.9) |
Copy-ready code
/* CSS */
color: #6dfeb9;
background-color: #6dfeb9;
/* Tailwind (arbitrary) */
class="text-[#6dfeb9] bg-[#6dfeb9]"
/* SCSS */
$brand: #6dfeb9;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#6dfeb9")Accessibility — WCAG contrast
Aa
#6dfeb9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfeb9 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue72.5%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#6dfeb9 text on a black background
contrast 16.53:1
Card sample
#6dfeb9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfeb9;
Background color
Panel with #6dfeb9 background
background-color: #6dfeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfeb9; background: linear-gradient(135deg, #6dfeb9, #6DE2FE);