#6feba2
a light, electric green · cool · closest name: aquamarine
RGB
111, 235, 162
HSL
145°, 76%, 68%
CMYK
53, 0, 31, 8
Luminance
0.6540
Every format
| HEX | #6feba2 |
| RGB | rgb(111, 235, 162) |
| HSL | hsl(145, 76%, 68%) |
| CMYK | cmyk(53%, 0%, 31%, 8%) |
| LAB | lab(84.7 -50.8 25.1) |
| LCH | lch(84.7 56.7 153.7) |
| OKLCH | oklch(0.850 0.152 155.4) |
Copy-ready code
/* CSS */
color: #6feba2;
background-color: #6feba2;
/* Tailwind (arbitrary) */
class="text-[#6feba2] bg-[#6feba2]"
/* SCSS */
$brand: #6feba2;
/* SwiftUI */
Color(red: 0.435, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#6feba2")Accessibility — WCAG contrast
Aa
#6feba2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6feba2 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green92.2%
Blue63.5%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#6feba2 text on a black background
contrast 14.08:1
Card sample
#6feba2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6feba2;
Background color
Panel with #6feba2 background
background-color: #6feba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6feba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6feba2; background: linear-gradient(135deg, #6feba2, #6FE1EB);