#68dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
104, 223, 191
HSL
164°, 65%, 64%
CMYK
53, 0, 14, 13
Luminance
0.5948
Every format
| HEX | #68dfbf |
| RGB | rgb(104, 223, 191) |
| HSL | hsl(164, 65%, 64%) |
| CMYK | cmyk(53%, 0%, 14%, 13%) |
| LAB | lab(81.5 -41.2 5.5) |
| LCH | lch(81.5 41.5 172.3) |
| OKLCH | oklch(0.826 0.118 173.2) |
Copy-ready code
/* CSS */
color: #68dfbf;
background-color: #68dfbf;
/* Tailwind (arbitrary) */
class="text-[#68dfbf] bg-[#68dfbf]"
/* SCSS */
$brand: #68dfbf;
/* SwiftUI */
Color(red: 0.408, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#68dfbf")Accessibility — WCAG contrast
Aa
#68dfbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68dfbf on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green87.5%
Blue74.9%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#68dfbf text on a black background
contrast 12.90:1
Card sample
#68dfbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68dfbf;
Background color
Panel with #68dfbf background
background-color: #68dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68dfbf; background: linear-gradient(135deg, #68dfbf, #68B0DF);