#68bafd
a light, electric blue · cool · closest name: skyblue
RGB
104, 186, 253
HSL
207°, 97%, 70%
CMYK
59, 27, 0, 1
Luminance
0.4515
Every format
| HEX | #68bafd |
| RGB | rgb(104, 186, 253) |
| HSL | hsl(207, 97%, 70%) |
| CMYK | cmyk(59%, 27%, 0%, 1%) |
| LAB | lab(73.0 -5.8 -40.6) |
| LCH | lch(73.0 41.0 261.9) |
| OKLCH | oklch(0.764 0.126 245.2) |
Copy-ready code
/* CSS */
color: #68bafd;
background-color: #68bafd;
/* Tailwind (arbitrary) */
class="text-[#68bafd] bg-[#68bafd]"
/* SCSS */
$brand: #68bafd;
/* SwiftUI */
Color(red: 0.408, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#68bafd")Accessibility — WCAG contrast
Aa
#68bafd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68bafd on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green72.9%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#68bafd text on a black background
contrast 10.03:1
Card sample
#68bafd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68bafd;
Background color
Panel with #68bafd background
background-color: #68bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68bafd; background: linear-gradient(135deg, #68bafd, #7968FD);