#6affc8
a light, electric green · cool · closest name: aquamarine
RGB
106, 255, 200
HSL
158°, 100%, 71%
CMYK
58, 0, 22, 0
Luminance
0.7875
Every format
| HEX | #6affc8 |
| RGB | rgb(106, 255, 200) |
| HSL | hsl(158, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 22%, 0%) |
| LAB | lab(91.1 -52.5 14.5) |
| LCH | lch(91.1 54.4 164.5) |
| OKLCH | oklch(0.905 0.150 165.7) |
Copy-ready code
/* CSS */
color: #6affc8;
background-color: #6affc8;
/* Tailwind (arbitrary) */
class="text-[#6affc8] bg-[#6affc8]"
/* SCSS */
$brand: #6affc8;
/* SwiftUI */
Color(red: 0.416, green: 1.000, blue: 0.784)
/* Android */
Color.parseColor("#6affc8")Accessibility — WCAG contrast
Aa
#6affc8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6affc8 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green100.0%
Blue78.4%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow21.6%
Key (black)0.0%
Color previews
#6affc8 text on a black background
contrast 16.75:1
Card sample
#6affc8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6affc8;
Background color
Panel with #6affc8 background
background-color: #6affc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6affc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 255, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 255, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6affc8; background: linear-gradient(135deg, #6affc8, #6AD3FF);