#67abf4
a light, electric blue · cool · closest name: steelblue
RGB
103, 171, 244
HSL
211°, 87%, 68%
CMYK
58, 30, 0, 4
Luminance
0.3854
Every format
| HEX | #67abf4 |
| RGB | rgb(103, 171, 244) |
| HSL | hsl(211, 87%, 68%) |
| CMYK | cmyk(58%, 30%, 0%, 4%) |
| LAB | lab(68.4 -0.5 -42.9) |
| LCH | lch(68.4 42.9 269.3) |
| OKLCH | oklch(0.727 0.128 251.5) |
Copy-ready code
/* CSS */
color: #67abf4;
background-color: #67abf4;
/* Tailwind (arbitrary) */
class="text-[#67abf4] bg-[#67abf4]"
/* SCSS */
$brand: #67abf4;
/* SwiftUI */
Color(red: 0.404, green: 0.671, blue: 0.957)
/* Android */
Color.parseColor("#67abf4")Accessibility — WCAG contrast
Aa
#67abf4 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67abf4 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.1%
Blue95.7%
CMYK percentages
Cyan57.8%
Magenta29.9%
Yellow0.0%
Key (black)4.3%
Color previews
#67abf4 text on a black background
contrast 8.71:1
Card sample
#67abf4 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67abf4;
Background color
Panel with #67abf4 background
background-color: #67abf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67abf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 171, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 171, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67abf4; background: linear-gradient(135deg, #67abf4, #8167F4);