#6da3eb
a light, electric blue · cool · closest name: steelblue
RGB
109, 163, 235
HSL
214°, 76%, 68%
CMYK
54, 31, 0, 8
Luminance
0.3544
Every format
| HEX | #6da3eb |
| RGB | rgb(109, 163, 235) |
| HSL | hsl(214, 76%, 68%) |
| CMYK | cmyk(54%, 31%, 0%, 8%) |
| LAB | lab(66.1 2.5 -41.6) |
| LCH | lch(66.1 41.7 273.4) |
| OKLCH | oklch(0.708 0.121 256.0) |
Copy-ready code
/* CSS */
color: #6da3eb;
background-color: #6da3eb;
/* Tailwind (arbitrary) */
class="text-[#6da3eb] bg-[#6da3eb]"
/* SCSS */
$brand: #6da3eb;
/* SwiftUI */
Color(red: 0.427, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#6da3eb")Accessibility — WCAG contrast
Aa
#6da3eb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6da3eb on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green63.9%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#6da3eb text on a black background
contrast 8.09:1
Card sample
#6da3eb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6da3eb;
Background color
Panel with #6da3eb background
background-color: #6da3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6da3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6da3eb; background: linear-gradient(135deg, #6da3eb, #8B6DEB);