#6db3ff
a light, electric blue · cool · closest name: steelblue
RGB
109, 179, 255
HSL
211°, 100%, 71%
CMYK
57, 30, 0, 0
Luminance
0.4271
Every format
| HEX | #6db3ff |
| RGB | rgb(109, 179, 255) |
| HSL | hsl(211, 100%, 71%) |
| CMYK | cmyk(57%, 30%, 0%, 0%) |
| LAB | lab(71.4 -0.4 -44.2) |
| LCH | lch(71.4 44.2 269.5) |
| OKLCH | oklch(0.752 0.131 251.7) |
Copy-ready code
/* CSS */
color: #6db3ff;
background-color: #6db3ff;
/* Tailwind (arbitrary) */
class="text-[#6db3ff] bg-[#6db3ff]"
/* SCSS */
$brand: #6db3ff;
/* SwiftUI */
Color(red: 0.427, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#6db3ff")Accessibility — WCAG contrast
Aa
#6db3ff on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6db3ff on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green70.2%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#6db3ff text on a black background
contrast 9.54:1
Card sample
#6db3ff text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6db3ff;
Background color
Panel with #6db3ff background
background-color: #6db3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6db3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6db3ff; background: linear-gradient(135deg, #6db3ff, #886DFF);