#6fddab
a light, vivid green · cool · closest name: aquamarine
RGB
111, 221, 171
HSL
153°, 62%, 65%
CMYK
50, 0, 23, 13
Luminance
0.5803
Every format
| HEX | #6fddab |
| RGB | rgb(111, 221, 171) |
| HSL | hsl(153, 62%, 65%) |
| CMYK | cmyk(50%, 0%, 23%, 13%) |
| LAB | lab(80.8 -43.1 15.0) |
| LCH | lch(80.8 45.6 160.8) |
| OKLCH | oklch(0.819 0.125 162.1) |
Copy-ready code
/* CSS */
color: #6fddab;
background-color: #6fddab;
/* Tailwind (arbitrary) */
class="text-[#6fddab] bg-[#6fddab]"
/* SCSS */
$brand: #6fddab;
/* SwiftUI */
Color(red: 0.435, green: 0.867, blue: 0.671)
/* Android */
Color.parseColor("#6fddab")Accessibility — WCAG contrast
Aa
#6fddab on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fddab on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.7%
Blue67.1%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow22.6%
Key (black)13.3%
Color previews
#6fddab text on a black background
contrast 12.61:1
Card sample
#6fddab text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fddab;
Background color
Panel with #6fddab background
background-color: #6fddab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fddab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 221, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 221, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fddab; background: linear-gradient(135deg, #6fddab, #6FC6DD);