#67a2f4
a light, electric blue · cool · closest name: dodgerblue
RGB
103, 162, 244
HSL
215°, 87%, 68%
CMYK
58, 34, 0, 4
Luminance
0.3526
Every format
| HEX | #67a2f4 |
| RGB | rgb(103, 162, 244) |
| HSL | hsl(215, 87%, 68%) |
| CMYK | cmyk(58%, 34%, 0%, 4%) |
| LAB | lab(66.0 4.6 -46.8) |
| LCH | lch(66.0 47.0 275.6) |
| OKLCH | oklch(0.707 0.136 256.9) |
Copy-ready code
/* CSS */
color: #67a2f4;
background-color: #67a2f4;
/* Tailwind (arbitrary) */
class="text-[#67a2f4] bg-[#67a2f4]"
/* SCSS */
$brand: #67a2f4;
/* SwiftUI */
Color(red: 0.404, green: 0.635, blue: 0.957)
/* Android */
Color.parseColor("#67a2f4")Accessibility — WCAG contrast
Aa
#67a2f4 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67a2f4 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green63.5%
Blue95.7%
CMYK percentages
Cyan57.8%
Magenta33.6%
Yellow0.0%
Key (black)4.3%
Color previews
#67a2f4 text on a black background
contrast 8.05:1
Card sample
#67a2f4 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67a2f4;
Background color
Panel with #67a2f4 background
background-color: #67a2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67a2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 162, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 162, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67a2f4; background: linear-gradient(135deg, #67a2f4, #8A67F4);