#68afda
a balanced, vivid blue · cool · closest name: skyblue
RGB
104, 175, 218
HSL
203°, 61%, 63%
CMYK
52, 20, 0, 15
Luminance
0.3866
Every format
| HEX | #68afda |
| RGB | rgb(104, 175, 218) |
| HSL | hsl(203, 61%, 63%) |
| CMYK | cmyk(52%, 20%, 0%, 15%) |
| LAB | lab(68.5 -10.4 -28.6) |
| LCH | lch(68.5 30.4 250.0) |
| OKLCH | oklch(0.724 0.095 236.7) |
Copy-ready code
/* CSS */
color: #68afda;
background-color: #68afda;
/* Tailwind (arbitrary) */
class="text-[#68afda] bg-[#68afda]"
/* SCSS */
$brand: #68afda;
/* SwiftUI */
Color(red: 0.408, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#68afda")Accessibility — WCAG contrast
Aa
#68afda on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68afda on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green68.6%
Blue85.5%
CMYK percentages
Cyan52.3%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#68afda text on a black background
contrast 8.73:1
Card sample
#68afda text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68afda;
Background color
Panel with #68afda background
background-color: #68afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68afda; background: linear-gradient(135deg, #68afda, #6D68DA);