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