#68aafd
a light, electric blue · cool · closest name: dodgerblue
RGB
104, 170, 253
HSL
213°, 97%, 70%
CMYK
59, 33, 0, 1
Luminance
0.3878
Every format
| HEX | #68aafd |
| RGB | rgb(104, 170, 253) |
| HSL | hsl(213, 97%, 70%) |
| CMYK | cmyk(59%, 33%, 0%, 1%) |
| LAB | lab(68.6 3.1 -47.5) |
| LCH | lch(68.6 47.6 273.7) |
| OKLCH | oklch(0.730 0.139 254.9) |
Copy-ready code
/* CSS */
color: #68aafd;
background-color: #68aafd;
/* Tailwind (arbitrary) */
class="text-[#68aafd] bg-[#68aafd]"
/* SCSS */
$brand: #68aafd;
/* SwiftUI */
Color(red: 0.408, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#68aafd")Accessibility — WCAG contrast
Aa
#68aafd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68aafd on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green66.7%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#68aafd text on a black background
contrast 8.76:1
Card sample
#68aafd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68aafd;
Background color
Panel with #68aafd background
background-color: #68aafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68aafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68aafd; background: linear-gradient(135deg, #68aafd, #8968FD);