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