#6af498
a light, electric green · cool · closest name: aquamarine
RGB
106, 244, 152
HSL
140°, 86%, 69%
CMYK
57, 0, 38, 4
Luminance
0.7003
Every format
| HEX | #6af498 |
| RGB | rgb(106, 244, 152) |
| HSL | hsl(140, 86%, 69%) |
| CMYK | cmyk(57%, 0%, 38%, 4%) |
| LAB | lab(87.0 -57.3 33.3) |
| LCH | lch(87.0 66.3 149.9) |
| OKLCH | oklch(0.868 0.176 151.9) |
Copy-ready code
/* CSS */
color: #6af498;
background-color: #6af498;
/* Tailwind (arbitrary) */
class="text-[#6af498] bg-[#6af498]"
/* SCSS */
$brand: #6af498;
/* SwiftUI */
Color(red: 0.416, green: 0.957, blue: 0.596)
/* Android */
Color.parseColor("#6af498")Accessibility — WCAG contrast
Aa
#6af498 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6af498 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green95.7%
Blue59.6%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow37.7%
Key (black)4.3%
Color previews
#6af498 text on a black background
contrast 15.01:1
Card sample
#6af498 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6af498;
Background color
Panel with #6af498 background
background-color: #6af498;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6af498;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 244, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 244, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6af498; background: linear-gradient(135deg, #6af498, #6AF4F4);