#6eafeb
a light, electric blue · cool · closest name: steelblue
RGB
110, 175, 235
HSL
209°, 76%, 68%
CMYK
53, 26, 0, 8
Luminance
0.3997
Every format
| HEX | #6eafeb |
| RGB | rgb(110, 175, 235) |
| HSL | hsl(209, 76%, 68%) |
| CMYK | cmyk(53%, 26%, 0%, 8%) |
| LAB | lab(69.5 -4.0 -36.4) |
| LCH | lch(69.5 36.6 263.6) |
| OKLCH | oklch(0.734 0.110 247.7) |
Copy-ready code
/* CSS */
color: #6eafeb;
background-color: #6eafeb;
/* Tailwind (arbitrary) */
class="text-[#6eafeb] bg-[#6eafeb]"
/* SCSS */
$brand: #6eafeb;
/* SwiftUI */
Color(red: 0.431, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#6eafeb")Accessibility — WCAG contrast
Aa
#6eafeb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eafeb on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan53.2%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#6eafeb text on a black background
contrast 8.99:1
Card sample
#6eafeb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eafeb;
Background color
Panel with #6eafeb background
background-color: #6eafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eafeb; background: linear-gradient(135deg, #6eafeb, #806EEB);