#68fceb
a light, electric cyan · cool · closest name: turquoise
RGB
104, 252, 235
HSL
173°, 96%, 70%
CMYK
59, 0, 7, 1
Luminance
0.7856
Every format
| HEX | #68fceb |
| RGB | rgb(104, 252, 235) |
| HSL | hsl(173, 96%, 70%) |
| CMYK | cmyk(59%, 0%, 7%, 1%) |
| LAB | lab(91.0 -43.4 -3.7) |
| LCH | lch(91.0 43.6 184.9) |
| OKLCH | oklch(0.907 0.129 184.8) |
Copy-ready code
/* CSS */
color: #68fceb;
background-color: #68fceb;
/* Tailwind (arbitrary) */
class="text-[#68fceb] bg-[#68fceb]"
/* SCSS */
$brand: #68fceb;
/* SwiftUI */
Color(red: 0.408, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#68fceb")Accessibility — WCAG contrast
Aa
#68fceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68fceb on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#68fceb text on a black background
contrast 16.71:1
Card sample
#68fceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68fceb;
Background color
Panel with #68fceb background
background-color: #68fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68fceb; background: linear-gradient(135deg, #68fceb, #68AAFC);