#68abeb
a light, electric blue · cool · closest name: steelblue
RGB
104, 171, 235
HSL
209°, 77%, 67%
CMYK
56, 27, 0, 8
Luminance
0.3807
Every format
| HEX | #68abeb |
| RGB | rgb(104, 171, 235) |
| HSL | hsl(209, 77%, 67%) |
| CMYK | cmyk(56%, 27%, 0%, 8%) |
| LAB | lab(68.1 -3.1 -38.5) |
| LCH | lch(68.1 38.7 265.4) |
| OKLCH | oklch(0.723 0.116 248.7) |
Copy-ready code
/* CSS */
color: #68abeb;
background-color: #68abeb;
/* Tailwind (arbitrary) */
class="text-[#68abeb] bg-[#68abeb]"
/* SCSS */
$brand: #68abeb;
/* SwiftUI */
Color(red: 0.408, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#68abeb")Accessibility — WCAG contrast
Aa
#68abeb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68abeb on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan55.7%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#68abeb text on a black background
contrast 8.61:1
Card sample
#68abeb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68abeb;
Background color
Panel with #68abeb background
background-color: #68abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68abeb; background: linear-gradient(135deg, #68abeb, #7C68EB);