#6dbef1
a light, electric blue · cool · closest name: skyblue
RGB
109, 190, 241
HSL
203°, 83%, 69%
CMYK
55, 21, 0, 6
Luminance
0.4643
Every format
| HEX | #6dbef1 |
| RGB | rgb(109, 190, 241) |
| HSL | hsl(203, 83%, 69%) |
| CMYK | cmyk(55%, 21%, 0%, 6%) |
| LAB | lab(73.8 -10.6 -32.9) |
| LCH | lch(73.8 34.5 252.1) |
| OKLCH | oklch(0.770 0.108 238.0) |
Copy-ready code
/* CSS */
color: #6dbef1;
background-color: #6dbef1;
/* Tailwind (arbitrary) */
class="text-[#6dbef1] bg-[#6dbef1]"
/* SCSS */
$brand: #6dbef1;
/* SwiftUI */
Color(red: 0.427, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#6dbef1")Accessibility — WCAG contrast
Aa
#6dbef1 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbef1 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green74.5%
Blue94.5%
CMYK percentages
Cyan54.8%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#6dbef1 text on a black background
contrast 10.29:1
Card sample
#6dbef1 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbef1;
Background color
Panel with #6dbef1 background
background-color: #6dbef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbef1; background: linear-gradient(135deg, #6dbef1, #746DF1);