#6dfdbf
a light, electric green · cool · closest name: aquamarine
RGB
109, 253, 191
HSL
154°, 97%, 71%
CMYK
57, 0, 25, 1
Luminance
0.7726
Every format
| HEX | #6dfdbf |
| RGB | rgb(109, 253, 191) |
| HSL | hsl(154, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 25%, 1%) |
| LAB | lab(90.4 -52.9 18.2) |
| LCH | lch(90.4 56.0 161.0) |
| OKLCH | oklch(0.899 0.153 162.3) |
Copy-ready code
/* CSS */
color: #6dfdbf;
background-color: #6dfdbf;
/* Tailwind (arbitrary) */
class="text-[#6dfdbf] bg-[#6dfdbf]"
/* SCSS */
$brand: #6dfdbf;
/* SwiftUI */
Color(red: 0.427, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#6dfdbf")Accessibility — WCAG contrast
Aa
#6dfdbf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfdbf on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.2%
Blue74.9%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#6dfdbf text on a black background
contrast 16.45:1
Card sample
#6dfdbf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfdbf;
Background color
Panel with #6dfdbf background
background-color: #6dfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfdbf; background: linear-gradient(135deg, #6dfdbf, #6DDBFD);