#6da3ff
a light, electric blue · cool · closest name: dodgerblue
RGB
109, 163, 255
HSL
218°, 100%, 71%
CMYK
57, 36, 0, 0
Luminance
0.3667
Every format
| HEX | #6da3ff |
| RGB | rgb(109, 163, 255) |
| HSL | hsl(218, 100%, 71%) |
| CMYK | cmyk(57%, 36%, 0%, 0%) |
| LAB | lab(67.0 8.7 -51.1) |
| LCH | lch(67.0 51.8 279.7) |
| OKLCH | oklch(0.718 0.147 260.5) |
Copy-ready code
/* CSS */
color: #6da3ff;
background-color: #6da3ff;
/* Tailwind (arbitrary) */
class="text-[#6da3ff] bg-[#6da3ff]"
/* SCSS */
$brand: #6da3ff;
/* SwiftUI */
Color(red: 0.427, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#6da3ff")Accessibility — WCAG contrast
Aa
#6da3ff on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6da3ff on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green63.9%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#6da3ff text on a black background
contrast 8.33:1
Card sample
#6da3ff text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6da3ff;
Background color
Panel with #6da3ff background
background-color: #6da3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6da3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6da3ff; background: linear-gradient(135deg, #6da3ff, #986DFF);