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