#6eade6
a light, vivid blue · cool · closest name: steelblue
RGB
110, 173, 230
HSL
209°, 71%, 67%
CMYK
52, 25, 0, 10
Luminance
0.3892
Every format
| HEX | #6eade6 |
| RGB | rgb(110, 173, 230) |
| HSL | hsl(209, 71%, 67%) |
| CMYK | cmyk(52%, 25%, 0%, 10%) |
| LAB | lab(68.7 -4.4 -34.8) |
| LCH | lch(68.7 35.1 262.7) |
| OKLCH | oklch(0.728 0.106 247.1) |
Copy-ready code
/* CSS */
color: #6eade6;
background-color: #6eade6;
/* Tailwind (arbitrary) */
class="text-[#6eade6] bg-[#6eade6]"
/* SCSS */
$brand: #6eade6;
/* SwiftUI */
Color(red: 0.431, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#6eade6")Accessibility — WCAG contrast
Aa
#6eade6 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eade6 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.8%
Blue90.2%
CMYK percentages
Cyan52.2%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#6eade6 text on a black background
contrast 8.78:1
Card sample
#6eade6 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eade6;
Background color
Panel with #6eade6 background
background-color: #6eade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eade6; background: linear-gradient(135deg, #6eade6, #7F6EE6);