#6dfbaf
a light, electric green · cool · closest name: aquamarine
RGB
109, 251, 175
HSL
148°, 95%, 71%
CMYK
57, 0, 30, 2
Luminance
0.7534
Every format
| HEX | #6dfbaf |
| RGB | rgb(109, 251, 175) |
| HSL | hsl(148, 95%, 71%) |
| CMYK | cmyk(57%, 0%, 30%, 2%) |
| LAB | lab(89.5 -55.3 25.1) |
| LCH | lch(89.5 60.7 155.6) |
| OKLCH | oklch(0.891 0.164 157.1) |
Copy-ready code
/* CSS */
color: #6dfbaf;
background-color: #6dfbaf;
/* Tailwind (arbitrary) */
class="text-[#6dfbaf] bg-[#6dfbaf]"
/* SCSS */
$brand: #6dfbaf;
/* SwiftUI */
Color(red: 0.427, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#6dfbaf")Accessibility — WCAG contrast
Aa
#6dfbaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfbaf on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#6dfbaf text on a black background
contrast 16.07:1
Card sample
#6dfbaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfbaf;
Background color
Panel with #6dfbaf background
background-color: #6dfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfbaf; background: linear-gradient(135deg, #6dfbaf, #6DE8FB);