#68cdfd
a light, electric cyan · cool · closest name: skyblue
RGB
104, 205, 253
HSL
199°, 97%, 70%
CMYK
59, 19, 0, 1
Luminance
0.5370
Every format
| HEX | #68cdfd |
| RGB | rgb(104, 205, 253) |
| HSL | hsl(199, 97%, 70%) |
| CMYK | cmyk(59%, 19%, 0%, 1%) |
| LAB | lab(78.3 -15.9 -32.4) |
| LCH | lch(78.3 36.1 243.8) |
| OKLCH | oklch(0.806 0.116 231.2) |
Copy-ready code
/* CSS */
color: #68cdfd;
background-color: #68cdfd;
/* Tailwind (arbitrary) */
class="text-[#68cdfd] bg-[#68cdfd]"
/* SCSS */
$brand: #68cdfd;
/* SwiftUI */
Color(red: 0.408, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#68cdfd")Accessibility — WCAG contrast
Aa
#68cdfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68cdfd on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green80.4%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#68cdfd text on a black background
contrast 11.74:1
Card sample
#68cdfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68cdfd;
Background color
Panel with #68cdfd background
background-color: #68cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68cdfd; background: linear-gradient(135deg, #68cdfd, #686AFD);