#6fd4bc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
111, 212, 188
HSL
166°, 54%, 63%
CMYK
48, 0, 11, 17
Luminance
0.5410
Every format
| HEX | #6fd4bc |
| RGB | rgb(111, 212, 188) |
| HSL | hsl(166, 54%, 63%) |
| CMYK | cmyk(48%, 0%, 11%, 17%) |
| LAB | lab(78.5 -35.3 2.8) |
| LCH | lch(78.5 35.4 175.5) |
| OKLCH | oklch(0.802 0.102 176.2) |
Copy-ready code
/* CSS */
color: #6fd4bc;
background-color: #6fd4bc;
/* Tailwind (arbitrary) */
class="text-[#6fd4bc] bg-[#6fd4bc]"
/* SCSS */
$brand: #6fd4bc;
/* SwiftUI */
Color(red: 0.435, green: 0.831, blue: 0.737)
/* Android */
Color.parseColor("#6fd4bc")Accessibility — WCAG contrast
Aa
#6fd4bc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd4bc on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green83.1%
Blue73.7%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow11.3%
Key (black)16.9%
Color previews
#6fd4bc text on a black background
contrast 11.82:1
Card sample
#6fd4bc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd4bc;
Background color
Panel with #6fd4bc background
background-color: #6fd4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 212, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 212, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd4bc; background: linear-gradient(135deg, #6fd4bc, #6FA9D4);