#68feee
a light, electric cyan · cool · closest name: turquoise
RGB
104, 254, 238
HSL
174°, 99%, 70%
CMYK
59, 0, 6, 0
Luminance
0.8000
Every format
| HEX | #68feee |
| RGB | rgb(104, 254, 238) |
| HSL | hsl(174, 99%, 70%) |
| CMYK | cmyk(59%, 0%, 6%, 0%) |
| LAB | lab(91.7 -43.5 -4.3) |
| LCH | lch(91.7 43.8 185.7) |
| OKLCH | oklch(0.912 0.130 185.5) |
Copy-ready code
/* CSS */
color: #68feee;
background-color: #68feee;
/* Tailwind (arbitrary) */
class="text-[#68feee] bg-[#68feee]"
/* SCSS */
$brand: #68feee;
/* SwiftUI */
Color(red: 0.408, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#68feee")Accessibility — WCAG contrast
Aa
#68feee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68feee on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green99.6%
Blue93.3%
CMYK percentages
Cyan59.1%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#68feee text on a black background
contrast 17.00:1
Card sample
#68feee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68feee;
Background color
Panel with #68feee background
background-color: #68feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68feee; background: linear-gradient(135deg, #68feee, #68AAFE);