#6dfebc
a light, electric green · cool · closest name: aquamarine
RGB
109, 254, 188
HSL
153°, 99%, 71%
CMYK
57, 0, 26, 0
Luminance
0.7777
Every format
| HEX | #6dfebc |
| RGB | rgb(109, 254, 188) |
| HSL | hsl(153, 99%, 71%) |
| CMYK | cmyk(57%, 0%, 26%, 0%) |
| LAB | lab(90.7 -54.0 20.0) |
| LCH | lch(90.7 57.6 159.6) |
| OKLCH | oklch(0.901 0.157 161.0) |
Copy-ready code
/* CSS */
color: #6dfebc;
background-color: #6dfebc;
/* Tailwind (arbitrary) */
class="text-[#6dfebc] bg-[#6dfebc]"
/* SCSS */
$brand: #6dfebc;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#6dfebc")Accessibility — WCAG contrast
Aa
#6dfebc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfebc on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue73.7%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#6dfebc text on a black background
contrast 16.55:1
Card sample
#6dfebc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfebc;
Background color
Panel with #6dfebc background
background-color: #6dfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfebc; background: linear-gradient(135deg, #6dfebc, #6DDFFE);