#6dbcff
a light, electric blue · cool · closest name: skyblue
RGB
109, 188, 255
HSL
208°, 100%, 71%
CMYK
57, 26, 0, 0
Luminance
0.4644
Every format
| HEX | #6dbcff |
| RGB | rgb(109, 188, 255) |
| HSL | hsl(208, 100%, 71%) |
| CMYK | cmyk(57%, 26%, 0%, 0%) |
| LAB | lab(73.8 -5.3 -40.4) |
| LCH | lch(73.8 40.7 262.5) |
| OKLCH | oklch(0.771 0.124 245.9) |
Copy-ready code
/* CSS */
color: #6dbcff;
background-color: #6dbcff;
/* Tailwind (arbitrary) */
class="text-[#6dbcff] bg-[#6dbcff]"
/* SCSS */
$brand: #6dbcff;
/* SwiftUI */
Color(red: 0.427, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#6dbcff")Accessibility — WCAG contrast
Aa
#6dbcff on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbcff on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green73.7%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#6dbcff text on a black background
contrast 10.29:1
Card sample
#6dbcff text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbcff;
Background color
Panel with #6dbcff background
background-color: #6dbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbcff; background: linear-gradient(135deg, #6dbcff, #7F6DFF);