#6dfecd
a light, electric green · cool · closest name: aquamarine
RGB
109, 254, 205
HSL
160°, 99%, 71%
CMYK
57, 0, 19, 0
Luminance
0.7854
Every format
| HEX | #6dfecd |
| RGB | rgb(109, 254, 205) |
| HSL | hsl(160, 99%, 71%) |
| CMYK | cmyk(57%, 0%, 19%, 0%) |
| LAB | lab(91.0 -50.4 11.8) |
| LCH | lch(91.0 51.8 166.8) |
| OKLCH | oklch(0.905 0.144 167.9) |
Copy-ready code
/* CSS */
color: #6dfecd;
background-color: #6dfecd;
/* Tailwind (arbitrary) */
class="text-[#6dfecd] bg-[#6dfecd]"
/* SCSS */
$brand: #6dfecd;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.804)
/* Android */
Color.parseColor("#6dfecd")Accessibility — WCAG contrast
Aa
#6dfecd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfecd on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue80.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow19.3%
Key (black)0.4%
Color previews
#6dfecd text on a black background
contrast 16.71:1
Card sample
#6dfecd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfecd;
Background color
Panel with #6dfecd background
background-color: #6dfecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfecd; background: linear-gradient(135deg, #6dfecd, #6DCEFE);