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