#6afeaf
a light, electric green · cool · closest name: aquamarine
RGB
106, 254, 175
HSL
148°, 99%, 71%
CMYK
58, 0, 31, 0
Luminance
0.7704
Every format
| HEX | #6afeaf |
| RGB | rgb(106, 254, 175) |
| HSL | hsl(148, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 31%, 0%) |
| LAB | lab(90.3 -57.1 26.2) |
| LCH | lch(90.3 62.8 155.4) |
| OKLCH | oklch(0.897 0.169 156.9) |
Copy-ready code
/* CSS */
color: #6afeaf;
background-color: #6afeaf;
/* Tailwind (arbitrary) */
class="text-[#6afeaf] bg-[#6afeaf]"
/* SCSS */
$brand: #6afeaf;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#6afeaf")Accessibility — WCAG contrast
Aa
#6afeaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afeaf on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue68.6%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#6afeaf text on a black background
contrast 16.41:1
Card sample
#6afeaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afeaf;
Background color
Panel with #6afeaf background
background-color: #6afeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afeaf; background: linear-gradient(135deg, #6afeaf, #6AEAFE);