#68a8fd
a light, electric blue · cool · closest name: dodgerblue
RGB
104, 168, 253
HSL
214°, 97%, 70%
CMYK
59, 34, 0, 1
Luminance
0.3804
Every format
| HEX | #68a8fd |
| RGB | rgb(104, 168, 253) |
| HSL | hsl(214, 97%, 70%) |
| CMYK | cmyk(59%, 34%, 0%, 1%) |
| LAB | lab(68.0 4.2 -48.4) |
| LCH | lch(68.0 48.5 275.0) |
| OKLCH | oklch(0.725 0.141 256.0) |
Copy-ready code
/* CSS */
color: #68a8fd;
background-color: #68a8fd;
/* Tailwind (arbitrary) */
class="text-[#68a8fd] bg-[#68a8fd]"
/* SCSS */
$brand: #68a8fd;
/* SwiftUI */
Color(red: 0.408, green: 0.659, blue: 0.992)
/* Android */
Color.parseColor("#68a8fd")Accessibility — WCAG contrast
Aa
#68a8fd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68a8fd on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green65.9%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta33.6%
Yellow0.0%
Key (black)0.8%
Color previews
#68a8fd text on a black background
contrast 8.61:1
Card sample
#68a8fd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68a8fd;
Background color
Panel with #68a8fd background
background-color: #68a8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68a8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 168, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 168, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68a8fd; background: linear-gradient(135deg, #68a8fd, #8B68FD);