#67dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
103, 219, 253
HSL
194°, 97%, 70%
CMYK
59, 13, 0, 1
Luminance
0.6064
Every format
| HEX | #67dbfd |
| RGB | rgb(103, 219, 253) |
| HSL | hsl(194, 97%, 70%) |
| CMYK | cmyk(59%, 13%, 0%, 1%) |
| LAB | lab(82.2 -23.2 -26.4) |
| LCH | lch(82.2 35.2 228.7) |
| OKLCH | oklch(0.837 0.115 219.9) |
Copy-ready code
/* CSS */
color: #67dbfd;
background-color: #67dbfd;
/* Tailwind (arbitrary) */
class="text-[#67dbfd] bg-[#67dbfd]"
/* SCSS */
$brand: #67dbfd;
/* SwiftUI */
Color(red: 0.404, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#67dbfd")Accessibility — WCAG contrast
Aa
#67dbfd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67dbfd on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green85.9%
Blue99.2%
CMYK percentages
Cyan59.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#67dbfd text on a black background
contrast 13.13:1
Card sample
#67dbfd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67dbfd;
Background color
Panel with #67dbfd background
background-color: #67dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67dbfd; background: linear-gradient(135deg, #67dbfd, #6777FD);