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