#68cffc
a light, electric cyan · cool · closest name: skyblue
RGB
104, 207, 252
HSL
198°, 96%, 70%
CMYK
59, 18, 0, 1
Luminance
0.5460
Every format
| HEX | #68cffc |
| RGB | rgb(104, 207, 252) |
| HSL | hsl(198, 96%, 70%) |
| CMYK | cmyk(59%, 18%, 0%, 1%) |
| LAB | lab(78.8 -17.3 -31.1) |
| LCH | lch(78.8 35.6 240.9) |
| OKLCH | oklch(0.810 0.115 229.1) |
Copy-ready code
/* CSS */
color: #68cffc;
background-color: #68cffc;
/* Tailwind (arbitrary) */
class="text-[#68cffc] bg-[#68cffc]"
/* SCSS */
$brand: #68cffc;
/* SwiftUI */
Color(red: 0.408, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#68cffc")Accessibility — WCAG contrast
Aa
#68cffc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68cffc on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan58.7%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#68cffc text on a black background
contrast 11.92:1
Card sample
#68cffc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68cffc;
Background color
Panel with #68cffc background
background-color: #68cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68cffc; background: linear-gradient(135deg, #68cffc, #686CFC);