#6dfdae
a light, electric green · cool · closest name: aquamarine
RGB
109, 253, 174
HSL
147°, 97%, 71%
CMYK
57, 0, 31, 1
Luminance
0.7656
Every format
| HEX | #6dfdae |
| RGB | rgb(109, 253, 174) |
| HSL | hsl(147, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 31%, 1%) |
| LAB | lab(90.1 -56.3 26.4) |
| LCH | lch(90.1 62.2 154.9) |
| OKLCH | oklch(0.895 0.167 156.5) |
Copy-ready code
/* CSS */
color: #6dfdae;
background-color: #6dfdae;
/* Tailwind (arbitrary) */
class="text-[#6dfdae] bg-[#6dfdae]"
/* SCSS */
$brand: #6dfdae;
/* SwiftUI */
Color(red: 0.427, green: 0.992, blue: 0.682)
/* Android */
Color.parseColor("#6dfdae")Accessibility — WCAG contrast
Aa
#6dfdae on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfdae on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.2%
Blue68.2%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow31.2%
Key (black)0.8%
Color previews
#6dfdae text on a black background
contrast 16.31:1
Card sample
#6dfdae text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfdae;
Background color
Panel with #6dfdae background
background-color: #6dfdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 253, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 253, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfdae; background: linear-gradient(135deg, #6dfdae, #6DECFD);