#6ad685
a balanced, vivid green · cool · closest name: aquamarine
RGB
106, 214, 133
HSL
135°, 57%, 63%
CMYK
51, 0, 38, 16
Luminance
0.5285
Every format
| HEX | #6ad685 |
| RGB | rgb(106, 214, 133) |
| HSL | hsl(135, 57%, 63%) |
| CMYK | cmyk(51%, 0%, 38%, 16%) |
| LAB | lab(77.8 -48.5 30.7) |
| LCH | lch(77.8 57.4 147.7) |
| OKLCH | oklch(0.792 0.152 149.9) |
Copy-ready code
/* CSS */
color: #6ad685;
background-color: #6ad685;
/* Tailwind (arbitrary) */
class="text-[#6ad685] bg-[#6ad685]"
/* SCSS */
$brand: #6ad685;
/* SwiftUI */
Color(red: 0.416, green: 0.839, blue: 0.522)
/* Android */
Color.parseColor("#6ad685")Accessibility — WCAG contrast
Aa
#6ad685 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad685 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green83.9%
Blue52.2%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow37.9%
Key (black)16.1%
Color previews
#6ad685 text on a black background
contrast 11.57:1
Card sample
#6ad685 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad685;
Background color
Panel with #6ad685 background
background-color: #6ad685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 214, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 214, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad685; background: linear-gradient(135deg, #6ad685, #6AD6CD);