#68dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
104, 219, 253
HSL
194°, 97%, 70%
CMYK
59, 13, 0, 1
Luminance
0.6070
Every format
| HEX | #68dbfd |
| RGB | rgb(104, 219, 253) |
| HSL | hsl(194, 97%, 70%) |
| CMYK | cmyk(59%, 13%, 0%, 1%) |
| LAB | lab(82.2 -23.1 -26.4) |
| LCH | lch(82.2 35.0 228.9) |
| OKLCH | oklch(0.837 0.114 220.1) |
Copy-ready code
/* CSS */
color: #68dbfd;
background-color: #68dbfd;
/* Tailwind (arbitrary) */
class="text-[#68dbfd] bg-[#68dbfd]"
/* SCSS */
$brand: #68dbfd;
/* SwiftUI */
Color(red: 0.408, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#68dbfd")Accessibility — WCAG contrast
Aa
#68dbfd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68dbfd on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green85.9%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#68dbfd text on a black background
contrast 13.14:1
Card sample
#68dbfd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68dbfd;
Background color
Panel with #68dbfd background
background-color: #68dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68dbfd; background: linear-gradient(135deg, #68dbfd, #6878FD);