#6dfccb
a light, electric green · cool · closest name: aquamarine
RGB
109, 252, 203
HSL
159°, 96%, 71%
CMYK
57, 0, 19, 1
Luminance
0.7718
Every format
| HEX | #6dfccb |
| RGB | rgb(109, 252, 203) |
| HSL | hsl(159, 96%, 71%) |
| CMYK | cmyk(57%, 0%, 19%, 1%) |
| LAB | lab(90.4 -50.0 12.0) |
| LCH | lch(90.4 51.4 166.5) |
| OKLCH | oklch(0.899 0.143 167.6) |
Copy-ready code
/* CSS */
color: #6dfccb;
background-color: #6dfccb;
/* Tailwind (arbitrary) */
class="text-[#6dfccb] bg-[#6dfccb]"
/* SCSS */
$brand: #6dfccb;
/* SwiftUI */
Color(red: 0.427, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#6dfccb")Accessibility — WCAG contrast
Aa
#6dfccb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfccb on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green98.8%
Blue79.6%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#6dfccb text on a black background
contrast 16.44:1
Card sample
#6dfccb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfccb;
Background color
Panel with #6dfccb background
background-color: #6dfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfccb; background: linear-gradient(135deg, #6dfccb, #6DCEFC);