#68afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
104, 175, 223
HSL
204°, 65%, 64%
CMYK
53, 22, 0, 13
Luminance
0.3893
Every format
| HEX | #68afdf |
| RGB | rgb(104, 175, 223) |
| HSL | hsl(204, 65%, 64%) |
| CMYK | cmyk(53%, 22%, 0%, 13%) |
| LAB | lab(68.7 -8.9 -31.0) |
| LCH | lch(68.7 32.3 253.9) |
| OKLCH | oklch(0.726 0.100 239.7) |
Copy-ready code
/* CSS */
color: #68afdf;
background-color: #68afdf;
/* Tailwind (arbitrary) */
class="text-[#68afdf] bg-[#68afdf]"
/* SCSS */
$brand: #68afdf;
/* SwiftUI */
Color(red: 0.408, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#68afdf")Accessibility — WCAG contrast
Aa
#68afdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68afdf on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#68afdf text on a black background
contrast 8.79:1
Card sample
#68afdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68afdf;
Background color
Panel with #68afdf background
background-color: #68afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68afdf; background: linear-gradient(135deg, #68afdf, #7068DF);