#67acef
a light, electric blue · cool · closest name: steelblue
RGB
103, 172, 239
HSL
210°, 81%, 67%
CMYK
57, 28, 0, 6
Luminance
0.3862
Every format
| HEX | #67acef |
| RGB | rgb(103, 172, 239) |
| HSL | hsl(210, 81%, 67%) |
| CMYK | cmyk(57%, 28%, 0%, 6%) |
| LAB | lab(68.5 -2.6 -40.1) |
| LCH | lch(68.5 40.2 266.3) |
| OKLCH | oklch(0.727 0.121 249.1) |
Copy-ready code
/* CSS */
color: #67acef;
background-color: #67acef;
/* Tailwind (arbitrary) */
class="text-[#67acef] bg-[#67acef]"
/* SCSS */
$brand: #67acef;
/* SwiftUI */
Color(red: 0.404, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#67acef")Accessibility — WCAG contrast
Aa
#67acef on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67acef on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan56.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#67acef text on a black background
contrast 8.72:1
Card sample
#67acef text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67acef;
Background color
Panel with #67acef background
background-color: #67acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67acef; background: linear-gradient(135deg, #67acef, #7D67EF);