#6daef1
a light, electric blue · cool · closest name: steelblue
RGB
109, 174, 241
HSL
211°, 83%, 69%
CMYK
55, 28, 0, 6
Luminance
0.3987
Every format
| HEX | #6daef1 |
| RGB | rgb(109, 174, 241) |
| HSL | hsl(211, 83%, 69%) |
| CMYK | cmyk(55%, 28%, 0%, 6%) |
| LAB | lab(69.4 -1.9 -39.8) |
| LCH | lch(69.4 39.8 267.3) |
| OKLCH | oklch(0.735 0.118 250.4) |
Copy-ready code
/* CSS */
color: #6daef1;
background-color: #6daef1;
/* Tailwind (arbitrary) */
class="text-[#6daef1] bg-[#6daef1]"
/* SCSS */
$brand: #6daef1;
/* SwiftUI */
Color(red: 0.427, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#6daef1")Accessibility — WCAG contrast
Aa
#6daef1 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6daef1 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green68.2%
Blue94.5%
CMYK percentages
Cyan54.8%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#6daef1 text on a black background
contrast 8.97:1
Card sample
#6daef1 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6daef1;
Background color
Panel with #6daef1 background
background-color: #6daef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6daef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6daef1; background: linear-gradient(135deg, #6daef1, #846DF1);