#6fd8ac
a balanced, vivid green · cool · closest name: aquamarine
RGB
111, 216, 172
HSL
155°, 57%, 64%
CMYK
49, 0, 20, 15
Luminance
0.5547
Every format
| HEX | #6fd8ac |
| RGB | rgb(111, 216, 172) |
| HSL | hsl(155, 57%, 64%) |
| CMYK | cmyk(49%, 0%, 20%, 15%) |
| LAB | lab(79.3 -40.7 12.4) |
| LCH | lch(79.3 42.5 163.0) |
| OKLCH | oklch(0.807 0.118 164.3) |
Copy-ready code
/* CSS */
color: #6fd8ac;
background-color: #6fd8ac;
/* Tailwind (arbitrary) */
class="text-[#6fd8ac] bg-[#6fd8ac]"
/* SCSS */
$brand: #6fd8ac;
/* SwiftUI */
Color(red: 0.435, green: 0.847, blue: 0.675)
/* Android */
Color.parseColor("#6fd8ac")Accessibility — WCAG contrast
Aa
#6fd8ac on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd8ac on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green84.7%
Blue67.5%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow20.4%
Key (black)15.3%
Color previews
#6fd8ac text on a black background
contrast 12.09:1
Card sample
#6fd8ac text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd8ac;
Background color
Panel with #6fd8ac background
background-color: #6fd8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 216, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 216, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd8ac; background: linear-gradient(135deg, #6fd8ac, #6FBED8);