#67baeb
a light, electric blue · cool · closest name: skyblue
RGB
103, 186, 235
HSL
202°, 77%, 66%
CMYK
56, 21, 0, 8
Luminance
0.4400
Every format
| HEX | #67baeb |
| RGB | rgb(103, 186, 235) |
| HSL | hsl(202, 77%, 66%) |
| CMYK | cmyk(56%, 21%, 0%, 8%) |
| LAB | lab(72.2 -11.5 -32.1) |
| LCH | lch(72.2 34.1 250.3) |
| OKLCH | oklch(0.756 0.107 236.5) |
Copy-ready code
/* CSS */
color: #67baeb;
background-color: #67baeb;
/* Tailwind (arbitrary) */
class="text-[#67baeb] bg-[#67baeb]"
/* SCSS */
$brand: #67baeb;
/* SwiftUI */
Color(red: 0.404, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#67baeb")Accessibility — WCAG contrast
Aa
#67baeb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67baeb on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green72.9%
Blue92.2%
CMYK percentages
Cyan56.2%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#67baeb text on a black background
contrast 9.80:1
Card sample
#67baeb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67baeb;
Background color
Panel with #67baeb background
background-color: #67baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67baeb; background: linear-gradient(135deg, #67baeb, #6C67EB);