#68eccf
a light, electric cyan · cool · closest name: turquoise
RGB
104, 236, 207
HSL
167°, 78%, 67%
CMYK
56, 0, 12, 8
Luminance
0.6744
Every format
| HEX | #68eccf |
| RGB | rgb(104, 236, 207) |
| HSL | hsl(167, 78%, 67%) |
| CMYK | cmyk(56%, 0%, 12%, 8%) |
| LAB | lab(85.7 -43.2 3.1) |
| LCH | lch(85.7 43.3 175.9) |
| OKLCH | oklch(0.861 0.124 176.5) |
Copy-ready code
/* CSS */
color: #68eccf;
background-color: #68eccf;
/* Tailwind (arbitrary) */
class="text-[#68eccf] bg-[#68eccf]"
/* SCSS */
$brand: #68eccf;
/* SwiftUI */
Color(red: 0.408, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#68eccf")Accessibility — WCAG contrast
Aa
#68eccf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68eccf on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green92.5%
Blue81.2%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#68eccf text on a black background
contrast 14.49:1
Card sample
#68eccf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68eccf;
Background color
Panel with #68eccf background
background-color: #68eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68eccf; background: linear-gradient(135deg, #68eccf, #68B1EC);