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