#68beee
a light, electric blue · cool · closest name: skyblue
RGB
104, 190, 238
HSL
202°, 80%, 67%
CMYK
56, 20, 0, 7
Luminance
0.4594
Every format
| HEX | #68beee |
| RGB | rgb(104, 190, 238) |
| HSL | hsl(202, 80%, 67%) |
| CMYK | cmyk(56%, 20%, 0%, 7%) |
| LAB | lab(73.5 -12.5 -31.7) |
| LCH | lch(73.5 34.1 248.5) |
| OKLCH | oklch(0.766 0.108 235.0) |
Copy-ready code
/* CSS */
color: #68beee;
background-color: #68beee;
/* Tailwind (arbitrary) */
class="text-[#68beee] bg-[#68beee]"
/* SCSS */
$brand: #68beee;
/* SwiftUI */
Color(red: 0.408, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#68beee")Accessibility — WCAG contrast
Aa
#68beee on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68beee on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan56.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#68beee text on a black background
contrast 10.19:1
Card sample
#68beee text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68beee;
Background color
Panel with #68beee background
background-color: #68beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68beee; background: linear-gradient(135deg, #68beee, #6C68EE);