#6da8ff
a light, electric blue · cool · closest name: dodgerblue
RGB
109, 168, 255
HSL
216°, 100%, 71%
CMYK
57, 34, 0, 0
Luminance
0.3848
Every format
| HEX | #6da8ff |
| RGB | rgb(109, 168, 255) |
| HSL | hsl(216, 100%, 71%) |
| CMYK | cmyk(57%, 34%, 0%, 0%) |
| LAB | lab(68.4 5.8 -48.9) |
| LCH | lch(68.4 49.3 276.8) |
| OKLCH | oklch(0.729 0.141 258.0) |
Copy-ready code
/* CSS */
color: #6da8ff;
background-color: #6da8ff;
/* Tailwind (arbitrary) */
class="text-[#6da8ff] bg-[#6da8ff]"
/* SCSS */
$brand: #6da8ff;
/* SwiftUI */
Color(red: 0.427, green: 0.659, blue: 1.000)
/* Android */
Color.parseColor("#6da8ff")Accessibility — WCAG contrast
Aa
#6da8ff on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6da8ff on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green65.9%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta34.1%
Yellow0.0%
Key (black)0.0%
Color previews
#6da8ff text on a black background
contrast 8.70:1
Card sample
#6da8ff text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6da8ff;
Background color
Panel with #6da8ff background
background-color: #6da8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6da8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 168, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 168, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6da8ff; background: linear-gradient(135deg, #6da8ff, #946DFF);