#6fdbb0
a balanced, vivid green · cool · closest name: aquamarine
RGB
111, 219, 176
HSL
156°, 60%, 65%
CMYK
49, 0, 20, 14
Luminance
0.5718
Every format
| HEX | #6fdbb0 |
| RGB | rgb(111, 219, 176) |
| HSL | hsl(156, 60%, 65%) |
| CMYK | cmyk(49%, 0%, 20%, 14%) |
| LAB | lab(80.3 -41.2 11.7) |
| LCH | lch(80.3 42.8 164.1) |
| OKLCH | oklch(0.815 0.119 165.4) |
Copy-ready code
/* CSS */
color: #6fdbb0;
background-color: #6fdbb0;
/* Tailwind (arbitrary) */
class="text-[#6fdbb0] bg-[#6fdbb0]"
/* SCSS */
$brand: #6fdbb0;
/* SwiftUI */
Color(red: 0.435, green: 0.859, blue: 0.690)
/* Android */
Color.parseColor("#6fdbb0")Accessibility — WCAG contrast
Aa
#6fdbb0 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdbb0 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.9%
Blue69.0%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow19.6%
Key (black)14.1%
Color previews
#6fdbb0 text on a black background
contrast 12.44:1
Card sample
#6fdbb0 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdbb0;
Background color
Panel with #6fdbb0 background
background-color: #6fdbb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdbb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 219, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 219, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdbb0; background: linear-gradient(135deg, #6fdbb0, #6FBEDB);