#6fc2af
a balanced, soft cyan · cool · closest name: turquoise
RGB
111, 194, 175
HSL
166°, 41%, 60%
CMYK
43, 0, 10, 24
Luminance
0.4506
Every format
| HEX | #6fc2af |
| RGB | rgb(111, 194, 175) |
| HSL | hsl(166, 41%, 60%) |
| CMYK | cmyk(43%, 0%, 10%, 24%) |
| LAB | lab(72.9 -29.8 1.7) |
| LCH | lch(72.9 29.9 176.8) |
| OKLCH | oklch(0.756 0.086 177.4) |
Copy-ready code
/* CSS */
color: #6fc2af;
background-color: #6fc2af;
/* Tailwind (arbitrary) */
class="text-[#6fc2af] bg-[#6fc2af]"
/* SCSS */
$brand: #6fc2af;
/* SwiftUI */
Color(red: 0.435, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#6fc2af")Accessibility — WCAG contrast
Aa
#6fc2af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fc2af on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green76.1%
Blue68.6%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#6fc2af text on a black background
contrast 10.01:1
Card sample
#6fc2af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fc2af;
Background color
Panel with #6fc2af background
background-color: #6fc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fc2af; background: linear-gradient(135deg, #6fc2af, #6F9EC2);