#6fe2ba
a light, vivid green · cool · closest name: aquamarine
RGB
111, 226, 186
HSL
159°, 67%, 66%
CMYK
51, 0, 18, 11
Luminance
0.6132
Every format
| HEX | #6fe2ba |
| RGB | rgb(111, 226, 186) |
| HSL | hsl(159, 67%, 66%) |
| CMYK | cmyk(51%, 0%, 18%, 11%) |
| LAB | lab(82.5 -42.1 9.6) |
| LCH | lch(82.5 43.2 167.1) |
| OKLCH | oklch(0.835 0.121 168.2) |
Copy-ready code
/* CSS */
color: #6fe2ba;
background-color: #6fe2ba;
/* Tailwind (arbitrary) */
class="text-[#6fe2ba] bg-[#6fe2ba]"
/* SCSS */
$brand: #6fe2ba;
/* SwiftUI */
Color(red: 0.435, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#6fe2ba")Accessibility — WCAG contrast
Aa
#6fe2ba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fe2ba on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green88.6%
Blue72.9%
CMYK percentages
Cyan50.9%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#6fe2ba text on a black background
contrast 13.26:1
Card sample
#6fe2ba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fe2ba;
Background color
Panel with #6fe2ba background
background-color: #6fe2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fe2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fe2ba; background: linear-gradient(135deg, #6fe2ba, #6FBDE2);