#6da4ff
a light, electric blue · cool · closest name: dodgerblue
RGB
109, 164, 255
HSL
217°, 100%, 71%
CMYK
57, 36, 0, 0
Luminance
0.3702
Every format
| HEX | #6da4ff |
| RGB | rgb(109, 164, 255) |
| HSL | hsl(217, 100%, 71%) |
| CMYK | cmyk(57%, 36%, 0%, 0%) |
| LAB | lab(67.3 8.1 -50.6) |
| LCH | lch(67.3 51.3 279.1) |
| OKLCH | oklch(0.720 0.146 260.0) |
Copy-ready code
/* CSS */
color: #6da4ff;
background-color: #6da4ff;
/* Tailwind (arbitrary) */
class="text-[#6da4ff] bg-[#6da4ff]"
/* SCSS */
$brand: #6da4ff;
/* SwiftUI */
Color(red: 0.427, green: 0.643, blue: 1.000)
/* Android */
Color.parseColor("#6da4ff")Accessibility — WCAG contrast
Aa
#6da4ff on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6da4ff on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green64.3%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta35.7%
Yellow0.0%
Key (black)0.0%
Color previews
#6da4ff text on a black background
contrast 8.40:1
Card sample
#6da4ff text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6da4ff;
Background color
Panel with #6da4ff background
background-color: #6da4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6da4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 164, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 164, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6da4ff; background: linear-gradient(135deg, #6da4ff, #976DFF);