#6bfdbf
a light, electric green · cool · closest name: aquamarine
RGB
107, 253, 191
HSL
155°, 97%, 71%
CMYK
58, 0, 25, 1
Luminance
0.7714
Every format
| HEX | #6bfdbf |
| RGB | rgb(107, 253, 191) |
| HSL | hsl(155, 97%, 71%) |
| CMYK | cmyk(58%, 0%, 25%, 1%) |
| LAB | lab(90.4 -53.3 18.1) |
| LCH | lch(90.4 56.3 161.3) |
| OKLCH | oklch(0.898 0.154 162.5) |
Copy-ready code
/* CSS */
color: #6bfdbf;
background-color: #6bfdbf;
/* Tailwind (arbitrary) */
class="text-[#6bfdbf] bg-[#6bfdbf]"
/* SCSS */
$brand: #6bfdbf;
/* SwiftUI */
Color(red: 0.420, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#6bfdbf")Accessibility — WCAG contrast
Aa
#6bfdbf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bfdbf on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green99.2%
Blue74.9%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#6bfdbf text on a black background
contrast 16.43:1
Card sample
#6bfdbf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bfdbf;
Background color
Panel with #6bfdbf background
background-color: #6bfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bfdbf; background: linear-gradient(135deg, #6bfdbf, #6BDAFD);