#6eadeb
a light, electric blue · cool · closest name: steelblue
RGB
110, 173, 235
HSL
210°, 76%, 68%
CMYK
53, 26, 0, 8
Luminance
0.3920
Every format
| HEX | #6eadeb |
| RGB | rgb(110, 173, 235) |
| HSL | hsl(210, 76%, 68%) |
| CMYK | cmyk(53%, 26%, 0%, 8%) |
| LAB | lab(68.9 -2.9 -37.2) |
| LCH | lch(68.9 37.4 265.5) |
| OKLCH | oklch(0.730 0.112 249.2) |
Copy-ready code
/* CSS */
color: #6eadeb;
background-color: #6eadeb;
/* Tailwind (arbitrary) */
class="text-[#6eadeb] bg-[#6eadeb]"
/* SCSS */
$brand: #6eadeb;
/* SwiftUI */
Color(red: 0.431, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#6eadeb")Accessibility — WCAG contrast
Aa
#6eadeb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eadeb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan53.2%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#6eadeb text on a black background
contrast 8.84:1
Card sample
#6eadeb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eadeb;
Background color
Panel with #6eadeb background
background-color: #6eadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eadeb; background: linear-gradient(135deg, #6eadeb, #826EEB);