#68e6f2
a light, electric cyan · cool · closest name: cyan
RGB
104, 230, 242
HSL
185°, 84%, 68%
CMYK
57, 5, 0, 5
Luminance
0.6595
Every format
| HEX | #68e6f2 |
| RGB | rgb(104, 230, 242) |
| HSL | hsl(185, 84%, 68%) |
| CMYK | cmyk(57%, 5%, 0%, 5%) |
| LAB | lab(85.0 -31.5 -16.4) |
| LCH | lch(85.0 35.5 207.5) |
| OKLCH | oklch(0.858 0.112 203.8) |
Copy-ready code
/* CSS */
color: #68e6f2;
background-color: #68e6f2;
/* Tailwind (arbitrary) */
class="text-[#68e6f2] bg-[#68e6f2]"
/* SCSS */
$brand: #68e6f2;
/* SwiftUI */
Color(red: 0.408, green: 0.902, blue: 0.949)
/* Android */
Color.parseColor("#68e6f2")Accessibility — WCAG contrast
Aa
#68e6f2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68e6f2 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green90.2%
Blue94.9%
CMYK percentages
Cyan57.0%
Magenta5.0%
Yellow0.0%
Key (black)5.1%
Color previews
#68e6f2 text on a black background
contrast 14.19:1
Card sample
#68e6f2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68e6f2;
Background color
Panel with #68e6f2 background
background-color: #68e6f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68e6f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 230, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 230, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68e6f2; background: linear-gradient(135deg, #68e6f2, #688AF2);