#6cfcaf
a light, electric green · cool · closest name: aquamarine
RGB
108, 252, 175
HSL
148°, 96%, 71%
CMYK
57, 0, 31, 1
Luminance
0.7590
Every format
| HEX | #6cfcaf |
| RGB | rgb(108, 252, 175) |
| HSL | hsl(148, 96%, 71%) |
| CMYK | cmyk(57%, 0%, 31%, 1%) |
| LAB | lab(89.8 -55.9 25.5) |
| LCH | lch(89.8 61.4 155.5) |
| OKLCH | oklch(0.893 0.166 157.1) |
Copy-ready code
/* CSS */
color: #6cfcaf;
background-color: #6cfcaf;
/* Tailwind (arbitrary) */
class="text-[#6cfcaf] bg-[#6cfcaf]"
/* SCSS */
$brand: #6cfcaf;
/* SwiftUI */
Color(red: 0.424, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#6cfcaf")Accessibility — WCAG contrast
Aa
#6cfcaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfcaf on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.8%
Blue68.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#6cfcaf text on a black background
contrast 16.18:1
Card sample
#6cfcaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfcaf;
Background color
Panel with #6cfcaf background
background-color: #6cfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfcaf; background: linear-gradient(135deg, #6cfcaf, #6CE9FC);