#6fceb4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 206, 180
HSL
164°, 49%, 62%
CMYK
46, 0, 13, 19
Luminance
0.5082
Every format
| HEX | #6fceb4 |
| RGB | rgb(111, 206, 180) |
| HSL | hsl(164, 49%, 62%) |
| CMYK | cmyk(46%, 0%, 13%, 19%) |
| LAB | lab(76.6 -34.4 4.2) |
| LCH | lch(76.6 34.6 173.0) |
| OKLCH | oklch(0.785 0.099 173.8) |
Copy-ready code
/* CSS */
color: #6fceb4;
background-color: #6fceb4;
/* Tailwind (arbitrary) */
class="text-[#6fceb4] bg-[#6fceb4]"
/* SCSS */
$brand: #6fceb4;
/* SwiftUI */
Color(red: 0.435, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#6fceb4")Accessibility — WCAG contrast
Aa
#6fceb4 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fceb4 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.8%
Blue70.6%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow12.6%
Key (black)19.2%
Color previews
#6fceb4 text on a black background
contrast 11.16:1
Card sample
#6fceb4 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fceb4;
Background color
Panel with #6fceb4 background
background-color: #6fceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fceb4; background: linear-gradient(135deg, #6fceb4, #6FA9CE);