#6fffc3
a light, electric green · cool · closest name: aquamarine
RGB
111, 255, 195
HSL
155°, 100%, 72%
CMYK
57, 0, 24, 0
Luminance
0.7884
Every format
| HEX | #6fffc3 |
| RGB | rgb(111, 255, 195) |
| HSL | hsl(155, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 24%, 0%) |
| LAB | lab(91.2 -52.5 17.1) |
| LCH | lch(91.2 55.3 161.9) |
| OKLCH | oklch(0.905 0.151 163.2) |
Copy-ready code
/* CSS */
color: #6fffc3;
background-color: #6fffc3;
/* Tailwind (arbitrary) */
class="text-[#6fffc3] bg-[#6fffc3]"
/* SCSS */
$brand: #6fffc3;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.765)
/* Android */
Color.parseColor("#6fffc3")Accessibility — WCAG contrast
Aa
#6fffc3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fffc3 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue76.5%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow23.5%
Key (black)0.0%
Color previews
#6fffc3 text on a black background
contrast 16.77:1
Card sample
#6fffc3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fffc3;
Background color
Panel with #6fffc3 background
background-color: #6fffc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fffc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fffc3; background: linear-gradient(135deg, #6fffc3, #6FDBFF);