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