#6cfabb
a light, electric green · cool · closest name: aquamarine
RGB
108, 250, 187
HSL
153°, 93%, 70%
CMYK
57, 0, 25, 2
Luminance
0.7515
Every format
| HEX | #6cfabb |
| RGB | rgb(108, 250, 187) |
| HSL | hsl(153, 93%, 70%) |
| CMYK | cmyk(57%, 0%, 25%, 2%) |
| LAB | lab(89.5 -52.7 18.9) |
| LCH | lch(89.5 56.0 160.3) |
| OKLCH | oklch(0.891 0.153 161.6) |
Copy-ready code
/* CSS */
color: #6cfabb;
background-color: #6cfabb;
/* Tailwind (arbitrary) */
class="text-[#6cfabb] bg-[#6cfabb]"
/* SCSS */
$brand: #6cfabb;
/* SwiftUI */
Color(red: 0.424, green: 0.980, blue: 0.733)
/* Android */
Color.parseColor("#6cfabb")Accessibility — WCAG contrast
Aa
#6cfabb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfabb on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.0%
Blue73.3%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow25.2%
Key (black)2.0%
Color previews
#6cfabb text on a black background
contrast 16.03:1
Card sample
#6cfabb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfabb;
Background color
Panel with #6cfabb background
background-color: #6cfabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 250, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 250, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfabb; background: linear-gradient(135deg, #6cfabb, #6CDAFA);