#6cfecb
a light, electric green · cool · closest name: aquamarine
RGB
108, 254, 203
HSL
159°, 99%, 71%
CMYK
58, 0, 20, 0
Luminance
0.7838
Every format
| HEX | #6cfecb |
| RGB | rgb(108, 254, 203) |
| HSL | hsl(159, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 20%, 0%) |
| LAB | lab(91.0 -51.0 12.7) |
| LCH | lch(91.0 52.6 166.0) |
| OKLCH | oklch(0.904 0.146 167.1) |
Copy-ready code
/* CSS */
color: #6cfecb;
background-color: #6cfecb;
/* Tailwind (arbitrary) */
class="text-[#6cfecb] bg-[#6cfecb]"
/* SCSS */
$brand: #6cfecb;
/* SwiftUI */
Color(red: 0.424, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#6cfecb")Accessibility — WCAG contrast
Aa
#6cfecb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfecb on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.6%
Blue79.6%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#6cfecb text on a black background
contrast 16.68:1
Card sample
#6cfecb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfecb;
Background color
Panel with #6cfecb background
background-color: #6cfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfecb; background: linear-gradient(135deg, #6cfecb, #6CD0FE);