#6ffeb9
a light, electric green · cool · closest name: aquamarine
RGB
111, 254, 185
HSL
151°, 99%, 72%
CMYK
56, 0, 27, 0
Luminance
0.7777
Every format
| HEX | #6ffeb9 |
| RGB | rgb(111, 254, 185) |
| HSL | hsl(151, 99%, 72%) |
| CMYK | cmyk(56%, 0%, 27%, 0%) |
| LAB | lab(90.7 -54.1 21.6) |
| LCH | lch(90.7 58.3 158.3) |
| OKLCH | oklch(0.901 0.158 159.7) |
Copy-ready code
/* CSS */
color: #6ffeb9;
background-color: #6ffeb9;
/* Tailwind (arbitrary) */
class="text-[#6ffeb9] bg-[#6ffeb9]"
/* SCSS */
$brand: #6ffeb9;
/* SwiftUI */
Color(red: 0.435, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#6ffeb9")Accessibility — WCAG contrast
Aa
#6ffeb9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffeb9 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green99.6%
Blue72.5%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#6ffeb9 text on a black background
contrast 16.55:1
Card sample
#6ffeb9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffeb9;
Background color
Panel with #6ffeb9 background
background-color: #6ffeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffeb9; background: linear-gradient(135deg, #6ffeb9, #6FE4FE);