#6eadef
a light, electric blue · cool · closest name: steelblue
RGB
110, 173, 239
HSL
211°, 80%, 68%
CMYK
54, 28, 0, 6
Luminance
0.3943
Every format
| HEX | #6eadef |
| RGB | rgb(110, 173, 239) |
| HSL | hsl(211, 80%, 68%) |
| CMYK | cmyk(54%, 28%, 0%, 6%) |
| LAB | lab(69.1 -1.7 -39.1) |
| LCH | lch(69.1 39.2 267.5) |
| OKLCH | oklch(0.732 0.116 250.7) |
Copy-ready code
/* CSS */
color: #6eadef;
background-color: #6eadef;
/* Tailwind (arbitrary) */
class="text-[#6eadef] bg-[#6eadef]"
/* SCSS */
$brand: #6eadef;
/* SwiftUI */
Color(red: 0.431, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#6eadef")Accessibility — WCAG contrast
Aa
#6eadef on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eadef on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.8%
Blue93.7%
CMYK percentages
Cyan54.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#6eadef text on a black background
contrast 8.89:1
Card sample
#6eadef text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eadef;
Background color
Panel with #6eadef background
background-color: #6eadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eadef; background: linear-gradient(135deg, #6eadef, #856EEF);