#6fefad
a light, electric green · cool · closest name: aquamarine
RGB
111, 239, 173
HSL
149°, 80%, 69%
CMYK
54, 0, 28, 6
Luminance
0.6813
Every format
| HEX | #6fefad |
| RGB | rgb(111, 239, 173) |
| HSL | hsl(149, 80%, 69%) |
| CMYK | cmyk(54%, 0%, 28%, 6%) |
| LAB | lab(86.1 -50.4 21.4) |
| LCH | lch(86.1 54.7 157.0) |
| OKLCH | oklch(0.862 0.148 158.5) |
Copy-ready code
/* CSS */
color: #6fefad;
background-color: #6fefad;
/* Tailwind (arbitrary) */
class="text-[#6fefad] bg-[#6fefad]"
/* SCSS */
$brand: #6fefad;
/* SwiftUI */
Color(red: 0.435, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#6fefad")Accessibility — WCAG contrast
Aa
#6fefad on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fefad on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.7%
Blue67.8%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#6fefad text on a black background
contrast 14.63:1
Card sample
#6fefad text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fefad;
Background color
Panel with #6fefad background
background-color: #6fefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fefad; background: linear-gradient(135deg, #6fefad, #6FDCEF);