#67ade1
a balanced, vivid blue · cool · closest name: steelblue
RGB
103, 173, 225
HSL
206°, 67%, 64%
CMYK
54, 23, 0, 12
Luminance
0.3821
Every format
| HEX | #67ade1 |
| RGB | rgb(103, 173, 225) |
| HSL | hsl(206, 67%, 64%) |
| CMYK | cmyk(54%, 23%, 0%, 12%) |
| LAB | lab(68.2 -7.4 -32.9) |
| LCH | lch(68.2 33.7 257.3) |
| OKLCH | oklch(0.722 0.104 242.3) |
Copy-ready code
/* CSS */
color: #67ade1;
background-color: #67ade1;
/* Tailwind (arbitrary) */
class="text-[#67ade1] bg-[#67ade1]"
/* SCSS */
$brand: #67ade1;
/* SwiftUI */
Color(red: 0.404, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#67ade1")Accessibility — WCAG contrast
Aa
#67ade1 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ade1 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.8%
Blue88.2%
CMYK percentages
Cyan54.2%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#67ade1 text on a black background
contrast 8.64:1
Card sample
#67ade1 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ade1;
Background color
Panel with #67ade1 background
background-color: #67ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ade1; background: linear-gradient(135deg, #67ade1, #7267E1);