#67adeb
a light, electric blue · cool · closest name: steelblue
RGB
103, 173, 235
HSL
208°, 77%, 66%
CMYK
56, 26, 0, 8
Luminance
0.3877
Every format
| HEX | #67adeb |
| RGB | rgb(103, 173, 235) |
| HSL | hsl(208, 77%, 66%) |
| CMYK | cmyk(56%, 26%, 0%, 8%) |
| LAB | lab(68.6 -4.4 -37.7) |
| LCH | lch(68.6 38.0 263.4) |
| OKLCH | oklch(0.727 0.115 246.9) |
Copy-ready code
/* CSS */
color: #67adeb;
background-color: #67adeb;
/* Tailwind (arbitrary) */
class="text-[#67adeb] bg-[#67adeb]"
/* SCSS */
$brand: #67adeb;
/* SwiftUI */
Color(red: 0.404, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#67adeb")Accessibility — WCAG contrast
Aa
#67adeb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67adeb on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green67.8%
Blue92.2%
CMYK percentages
Cyan56.2%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#67adeb text on a black background
contrast 8.75:1
Card sample
#67adeb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67adeb;
Background color
Panel with #67adeb background
background-color: #67adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67adeb; background: linear-gradient(135deg, #67adeb, #7967EB);