#68adfd
a light, electric blue · cool · closest name: dodgerblue
RGB
104, 173, 253
HSL
212°, 97%, 70%
CMYK
59, 32, 0, 1
Luminance
0.3992
Every format
| HEX | #68adfd |
| RGB | rgb(104, 173, 253) |
| HSL | hsl(212, 97%, 70%) |
| CMYK | cmyk(59%, 32%, 0%, 1%) |
| LAB | lab(69.4 1.4 -46.2) |
| LCH | lch(69.4 46.3 271.7) |
| OKLCH | oklch(0.736 0.136 253.2) |
Copy-ready code
/* CSS */
color: #68adfd;
background-color: #68adfd;
/* Tailwind (arbitrary) */
class="text-[#68adfd] bg-[#68adfd]"
/* SCSS */
$brand: #68adfd;
/* SwiftUI */
Color(red: 0.408, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#68adfd")Accessibility — WCAG contrast
Aa
#68adfd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68adfd on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green67.8%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#68adfd text on a black background
contrast 8.98:1
Card sample
#68adfd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68adfd;
Background color
Panel with #68adfd background
background-color: #68adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68adfd; background: linear-gradient(135deg, #68adfd, #8668FD);