#6bcfac
a balanced, vivid green · cool · closest name: turquoise
RGB
107, 207, 172
HSL
159°, 51%, 62%
CMYK
48, 0, 17, 19
Luminance
0.5073
Every format
| HEX | #6bcfac |
| RGB | rgb(107, 207, 172) |
| HSL | hsl(159, 51%, 62%) |
| CMYK | cmyk(48%, 0%, 17%, 19%) |
| LAB | lab(76.5 -37.6 8.4) |
| LCH | lch(76.5 38.5 167.4) |
| OKLCH | oklch(0.784 0.108 168.4) |
Copy-ready code
/* CSS */
color: #6bcfac;
background-color: #6bcfac;
/* Tailwind (arbitrary) */
class="text-[#6bcfac] bg-[#6bcfac]"
/* SCSS */
$brand: #6bcfac;
/* SwiftUI */
Color(red: 0.420, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#6bcfac")Accessibility — WCAG contrast
Aa
#6bcfac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bcfac on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green81.2%
Blue67.5%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#6bcfac text on a black background
contrast 11.15:1
Card sample
#6bcfac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bcfac;
Background color
Panel with #6bcfac background
background-color: #6bcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bcfac; background: linear-gradient(135deg, #6bcfac, #6BAFCF);