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