#68ebee
a light, electric cyan · cool · closest name: turquoise
RGB
104, 235, 238
HSL
181°, 80%, 67%
CMYK
56, 1, 0, 7
Luminance
0.6853
Every format
| HEX | #68ebee |
| RGB | rgb(104, 235, 238) |
| HSL | hsl(181, 80%, 67%) |
| CMYK | cmyk(56%, 1%, 0%, 7%) |
| LAB | lab(86.3 -34.9 -12.3) |
| LCH | lch(86.3 37.0 199.5) |
| OKLCH | oklch(0.869 0.115 197.3) |
Copy-ready code
/* CSS */
color: #68ebee;
background-color: #68ebee;
/* Tailwind (arbitrary) */
class="text-[#68ebee] bg-[#68ebee]"
/* SCSS */
$brand: #68ebee;
/* SwiftUI */
Color(red: 0.408, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#68ebee")Accessibility — WCAG contrast
Aa
#68ebee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68ebee on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan56.3%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#68ebee text on a black background
contrast 14.71:1
Card sample
#68ebee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68ebee;
Background color
Panel with #68ebee background
background-color: #68ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68ebee; background: linear-gradient(135deg, #68ebee, #6892EE);