#6ffeb2
a light, electric green · cool · closest name: aquamarine
RGB
111, 254, 178
HSL
148°, 99%, 72%
CMYK
56, 0, 30, 0
Luminance
0.7748
Every format
| HEX | #6ffeb2 |
| RGB | rgb(111, 254, 178) |
| HSL | hsl(148, 99%, 72%) |
| CMYK | cmyk(56%, 0%, 30%, 0%) |
| LAB | lab(90.5 -55.5 25.0) |
| LCH | lch(90.5 60.9 155.8) |
| OKLCH | oklch(0.899 0.164 157.3) |
Copy-ready code
/* CSS */
color: #6ffeb2;
background-color: #6ffeb2;
/* Tailwind (arbitrary) */
class="text-[#6ffeb2] bg-[#6ffeb2]"
/* SCSS */
$brand: #6ffeb2;
/* SwiftUI */
Color(red: 0.435, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#6ffeb2")Accessibility — WCAG contrast
Aa
#6ffeb2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffeb2 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green99.6%
Blue69.8%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#6ffeb2 text on a black background
contrast 16.50:1
Card sample
#6ffeb2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffeb2;
Background color
Panel with #6ffeb2 background
background-color: #6ffeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffeb2; background: linear-gradient(135deg, #6ffeb2, #6FEBFE);