#6eade1
a light, vivid blue · cool · closest name: steelblue
RGB
110, 173, 225
HSL
207°, 66%, 66%
CMYK
51, 23, 0, 12
Luminance
0.3864
Every format
| HEX | #6eade1 |
| RGB | rgb(110, 173, 225) |
| HSL | hsl(207, 66%, 66%) |
| CMYK | cmyk(51%, 23%, 0%, 12%) |
| LAB | lab(68.5 -5.9 -32.4) |
| LCH | lch(68.5 32.9 259.6) |
| OKLCH | oklch(0.726 0.100 244.7) |
Copy-ready code
/* CSS */
color: #6eade1;
background-color: #6eade1;
/* Tailwind (arbitrary) */
class="text-[#6eade1] bg-[#6eade1]"
/* SCSS */
$brand: #6eade1;
/* SwiftUI */
Color(red: 0.431, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#6eade1")Accessibility — WCAG contrast
Aa
#6eade1 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eade1 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.8%
Blue88.2%
CMYK percentages
Cyan51.1%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#6eade1 text on a black background
contrast 8.73:1
Card sample
#6eade1 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eade1;
Background color
Panel with #6eade1 background
background-color: #6eade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eade1; background: linear-gradient(135deg, #6eade1, #7C6EE1);