#6af1c2
a light, electric green · cool · closest name: aquamarine
RGB
106, 241, 194
HSL
159°, 83%, 68%
CMYK
56, 0, 20, 6
Luminance
0.6987
Every format
| HEX | #6af1c2 |
| RGB | rgb(106, 241, 194) |
| HSL | hsl(159, 83%, 68%) |
| CMYK | cmyk(56%, 0%, 20%, 6%) |
| LAB | lab(86.9 -47.9 11.7) |
| LCH | lch(86.9 49.3 166.3) |
| OKLCH | oklch(0.870 0.137 167.4) |
Copy-ready code
/* CSS */
color: #6af1c2;
background-color: #6af1c2;
/* Tailwind (arbitrary) */
class="text-[#6af1c2] bg-[#6af1c2]"
/* SCSS */
$brand: #6af1c2;
/* SwiftUI */
Color(red: 0.416, green: 0.945, blue: 0.761)
/* Android */
Color.parseColor("#6af1c2")Accessibility — WCAG contrast
Aa
#6af1c2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af1c2 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green94.5%
Blue76.1%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow19.5%
Key (black)5.5%
Color previews
#6af1c2 text on a black background
contrast 14.97:1
Card sample
#6af1c2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af1c2;
Background color
Panel with #6af1c2 background
background-color: #6af1c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af1c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 241, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 241, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af1c2; background: linear-gradient(135deg, #6af1c2, #6AC6F1);