#6effab
a light, electric green · cool · closest name: aquamarine
RGB
110, 255, 171
HSL
145°, 100%, 72%
CMYK
57, 0, 33, 0
Luminance
0.7778
Every format
| HEX | #6effab |
| RGB | rgb(110, 255, 171) |
| HSL | hsl(145, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 33%, 0%) |
| LAB | lab(90.7 -57.4 28.7) |
| LCH | lch(90.7 64.2 153.5) |
| OKLCH | oklch(0.900 0.172 155.2) |
Copy-ready code
/* CSS */
color: #6effab;
background-color: #6effab;
/* Tailwind (arbitrary) */
class="text-[#6effab] bg-[#6effab]"
/* SCSS */
$brand: #6effab;
/* SwiftUI */
Color(red: 0.431, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#6effab")Accessibility — WCAG contrast
Aa
#6effab on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6effab on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green100.0%
Blue67.1%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#6effab text on a black background
contrast 16.56:1
Card sample
#6effab text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6effab;
Background color
Panel with #6effab background
background-color: #6effab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6effab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6effab; background: linear-gradient(135deg, #6effab, #6EF2FF);