#68adef
a light, electric blue · cool · closest name: steelblue
RGB
104, 173, 239
HSL
209°, 81%, 67%
CMYK
57, 28, 0, 6
Luminance
0.3906
Every format
| HEX | #68adef |
| RGB | rgb(104, 173, 239) |
| HSL | hsl(209, 81%, 67%) |
| CMYK | cmyk(57%, 28%, 0%, 6%) |
| LAB | lab(68.8 -3.0 -39.6) |
| LCH | lch(68.8 39.7 265.7) |
| OKLCH | oklch(0.729 0.119 248.8) |
Copy-ready code
/* CSS */
color: #68adef;
background-color: #68adef;
/* Tailwind (arbitrary) */
class="text-[#68adef] bg-[#68adef]"
/* SCSS */
$brand: #68adef;
/* SwiftUI */
Color(red: 0.408, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#68adef")Accessibility — WCAG contrast
Aa
#68adef on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68adef on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan56.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#68adef text on a black background
contrast 8.81:1
Card sample
#68adef text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68adef;
Background color
Panel with #68adef background
background-color: #68adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68adef; background: linear-gradient(135deg, #68adef, #7D68EF);