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