#6afdac
a light, electric green · cool · closest name: aquamarine
RGB
106, 253, 172
HSL
147°, 97%, 70%
CMYK
58, 0, 32, 1
Luminance
0.7629
Every format
| HEX | #6afdac |
| RGB | rgb(106, 253, 172) |
| HSL | hsl(147, 97%, 70%) |
| CMYK | cmyk(58%, 0%, 32%, 1%) |
| LAB | lab(90.0 -57.3 27.2) |
| LCH | lch(90.0 63.4 154.6) |
| OKLCH | oklch(0.894 0.170 156.2) |
Copy-ready code
/* CSS */
color: #6afdac;
background-color: #6afdac;
/* Tailwind (arbitrary) */
class="text-[#6afdac] bg-[#6afdac]"
/* SCSS */
$brand: #6afdac;
/* SwiftUI */
Color(red: 0.416, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#6afdac")Accessibility — WCAG contrast
Aa
#6afdac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afdac on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#6afdac text on a black background
contrast 16.26:1
Card sample
#6afdac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afdac;
Background color
Panel with #6afdac background
background-color: #6afdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afdac; background: linear-gradient(135deg, #6afdac, #6AECFD);