#67acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
103, 172, 253
HSL
212°, 97%, 70%
CMYK
59, 32, 0, 1
Luminance
0.3948
Every format
| HEX | #67acfd |
| RGB | rgb(103, 172, 253) |
| HSL | hsl(212, 97%, 70%) |
| CMYK | cmyk(59%, 32%, 0%, 1%) |
| LAB | lab(69.1 1.8 -46.7) |
| LCH | lch(69.1 46.8 272.2) |
| OKLCH | oklch(0.733 0.138 253.5) |
Copy-ready code
/* CSS */
color: #67acfd;
background-color: #67acfd;
/* Tailwind (arbitrary) */
class="text-[#67acfd] bg-[#67acfd]"
/* SCSS */
$brand: #67acfd;
/* SwiftUI */
Color(red: 0.404, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#67acfd")Accessibility — WCAG contrast
Aa
#67acfd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67acfd on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.5%
Blue99.2%
CMYK percentages
Cyan59.3%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#67acfd text on a black background
contrast 8.90:1
Card sample
#67acfd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67acfd;
Background color
Panel with #67acfd background
background-color: #67acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67acfd; background: linear-gradient(135deg, #67acfd, #8667FD);