#6dfbae
a light, electric green · cool · closest name: aquamarine
RGB
109, 251, 174
HSL
148°, 95%, 71%
CMYK
57, 0, 31, 2
Luminance
0.7530
Every format
| HEX | #6dfbae |
| RGB | rgb(109, 251, 174) |
| HSL | hsl(148, 95%, 71%) |
| CMYK | cmyk(57%, 0%, 31%, 2%) |
| LAB | lab(89.5 -55.5 25.6) |
| LCH | lch(89.5 61.1 155.2) |
| OKLCH | oklch(0.890 0.165 156.8) |
Copy-ready code
/* CSS */
color: #6dfbae;
background-color: #6dfbae;
/* Tailwind (arbitrary) */
class="text-[#6dfbae] bg-[#6dfbae]"
/* SCSS */
$brand: #6dfbae;
/* SwiftUI */
Color(red: 0.427, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#6dfbae")Accessibility — WCAG contrast
Aa
#6dfbae on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfbae on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green98.4%
Blue68.2%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#6dfbae text on a black background
contrast 16.06:1
Card sample
#6dfbae text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfbae;
Background color
Panel with #6dfbae background
background-color: #6dfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfbae; background: linear-gradient(135deg, #6dfbae, #6DE9FB);