#68ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
104, 255, 235
HSL
172°, 100%, 70%
CMYK
59, 0, 8, 0
Luminance
0.8046
Every format
| HEX | #68ffeb |
| RGB | rgb(104, 255, 235) |
| HSL | hsl(172, 100%, 70%) |
| CMYK | cmyk(59%, 0%, 8%, 0%) |
| LAB | lab(91.9 -44.7 -2.5) |
| LCH | lch(91.9 44.8 183.2) |
| OKLCH | oklch(0.914 0.132 183.2) |
Copy-ready code
/* CSS */
color: #68ffeb;
background-color: #68ffeb;
/* Tailwind (arbitrary) */
class="text-[#68ffeb] bg-[#68ffeb]"
/* SCSS */
$brand: #68ffeb;
/* SwiftUI */
Color(red: 0.408, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#68ffeb")Accessibility — WCAG contrast
Aa
#68ffeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68ffeb on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green100.0%
Blue92.2%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#68ffeb text on a black background
contrast 17.09:1
Card sample
#68ffeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68ffeb;
Background color
Panel with #68ffeb background
background-color: #68ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68ffeb; background: linear-gradient(135deg, #68ffeb, #68AEFF);