#67bdfb
a light, electric blue · cool · closest name: skyblue
RGB
103, 189, 251
HSL
205°, 95%, 69%
CMYK
59, 25, 0, 2
Luminance
0.4624
Every format
| HEX | #67bdfb |
| RGB | rgb(103, 189, 251) |
| HSL | hsl(205, 95%, 69%) |
| CMYK | cmyk(59%, 25%, 0%, 2%) |
| LAB | lab(73.7 -8.3 -38.5) |
| LCH | lch(73.7 39.3 257.9) |
| OKLCH | oklch(0.769 0.122 242.0) |
Copy-ready code
/* CSS */
color: #67bdfb;
background-color: #67bdfb;
/* Tailwind (arbitrary) */
class="text-[#67bdfb] bg-[#67bdfb]"
/* SCSS */
$brand: #67bdfb;
/* SwiftUI */
Color(red: 0.404, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#67bdfb")Accessibility — WCAG contrast
Aa
#67bdfb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67bdfb on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green74.1%
Blue98.4%
CMYK percentages
Cyan59.0%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#67bdfb text on a black background
contrast 10.25:1
Card sample
#67bdfb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67bdfb;
Background color
Panel with #67bdfb background
background-color: #67bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67bdfb; background: linear-gradient(135deg, #67bdfb, #7467FB);