#6dbbfe
a light, electric blue · cool · closest name: skyblue
RGB
109, 187, 254
HSL
208°, 99%, 71%
CMYK
57, 26, 0, 0
Luminance
0.4595
Every format
| HEX | #6dbbfe |
| RGB | rgb(109, 187, 254) |
| HSL | hsl(208, 99%, 71%) |
| CMYK | cmyk(57%, 26%, 0%, 0%) |
| LAB | lab(73.5 -5.1 -40.3) |
| LCH | lch(73.5 40.7 262.8) |
| OKLCH | oklch(0.769 0.124 246.2) |
Copy-ready code
/* CSS */
color: #6dbbfe;
background-color: #6dbbfe;
/* Tailwind (arbitrary) */
class="text-[#6dbbfe] bg-[#6dbbfe]"
/* SCSS */
$brand: #6dbbfe;
/* SwiftUI */
Color(red: 0.427, green: 0.733, blue: 0.996)
/* Android */
Color.parseColor("#6dbbfe")Accessibility — WCAG contrast
Aa
#6dbbfe on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbbfe on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green73.3%
Blue99.6%
CMYK percentages
Cyan57.1%
Magenta26.4%
Yellow0.0%
Key (black)0.4%
Color previews
#6dbbfe text on a black background
contrast 10.19:1
Card sample
#6dbbfe text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbbfe;
Background color
Panel with #6dbbfe background
background-color: #6dbbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 187, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 187, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbbfe; background: linear-gradient(135deg, #6dbbfe, #806DFE);