#6dbbfc
a light, electric blue · cool · closest name: skyblue
RGB
109, 187, 252
HSL
207°, 96%, 71%
CMYK
57, 26, 0, 1
Luminance
0.4582
Every format
| HEX | #6dbbfc |
| RGB | rgb(109, 187, 252) |
| HSL | hsl(207, 96%, 71%) |
| CMYK | cmyk(57%, 26%, 0%, 1%) |
| LAB | lab(73.4 -5.7 -39.4) |
| LCH | lch(73.4 39.8 261.8) |
| OKLCH | oklch(0.768 0.122 245.4) |
Copy-ready code
/* CSS */
color: #6dbbfc;
background-color: #6dbbfc;
/* Tailwind (arbitrary) */
class="text-[#6dbbfc] bg-[#6dbbfc]"
/* SCSS */
$brand: #6dbbfc;
/* SwiftUI */
Color(red: 0.427, green: 0.733, blue: 0.988)
/* Android */
Color.parseColor("#6dbbfc")Accessibility — WCAG contrast
Aa
#6dbbfc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbbfc on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green73.3%
Blue98.8%
CMYK percentages
Cyan56.7%
Magenta25.8%
Yellow0.0%
Key (black)1.2%
Color previews
#6dbbfc text on a black background
contrast 10.16:1
Card sample
#6dbbfc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbbfc;
Background color
Panel with #6dbbfc background
background-color: #6dbbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 187, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 187, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbbfc; background: linear-gradient(135deg, #6dbbfc, #7E6DFC);