#68affc
a light, electric blue · cool · closest name: steelblue
RGB
104, 175, 252
HSL
211°, 96%, 70%
CMYK
59, 31, 0, 1
Luminance
0.4063
Every format
| HEX | #68affc |
| RGB | rgb(104, 175, 252) |
| HSL | hsl(211, 96%, 70%) |
| CMYK | cmyk(59%, 31%, 0%, 1%) |
| LAB | lab(69.9 -0.0 -44.9) |
| LCH | lch(69.9 44.9 269.9) |
| OKLCH | oklch(0.740 0.133 251.8) |
Copy-ready code
/* CSS */
color: #68affc;
background-color: #68affc;
/* Tailwind (arbitrary) */
class="text-[#68affc] bg-[#68affc]"
/* SCSS */
$brand: #68affc;
/* SwiftUI */
Color(red: 0.408, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#68affc")Accessibility — WCAG contrast
Aa
#68affc on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68affc on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green68.6%
Blue98.8%
CMYK percentages
Cyan58.7%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#68affc text on a black background
contrast 9.13:1
Card sample
#68affc text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68affc;
Background color
Panel with #68affc background
background-color: #68affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68affc; background: linear-gradient(135deg, #68affc, #8468FC);