#6bbcfe
a light, electric blue · cool · closest name: skyblue
RGB
107, 188, 254
HSL
207°, 99%, 71%
CMYK
58, 26, 0, 0
Luminance
0.4625
Every format
| HEX | #6bbcfe |
| RGB | rgb(107, 188, 254) |
| HSL | hsl(207, 99%, 71%) |
| CMYK | cmyk(58%, 26%, 0%, 0%) |
| LAB | lab(73.7 -6.0 -40.0) |
| LCH | lch(73.7 40.5 261.4) |
| OKLCH | oklch(0.770 0.124 245.0) |
Copy-ready code
/* CSS */
color: #6bbcfe;
background-color: #6bbcfe;
/* Tailwind (arbitrary) */
class="text-[#6bbcfe] bg-[#6bbcfe]"
/* SCSS */
$brand: #6bbcfe;
/* SwiftUI */
Color(red: 0.420, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#6bbcfe")Accessibility — WCAG contrast
Aa
#6bbcfe on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bbcfe on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green73.7%
Blue99.6%
CMYK percentages
Cyan57.9%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#6bbcfe text on a black background
contrast 10.25:1
Card sample
#6bbcfe text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bbcfe;
Background color
Panel with #6bbcfe background
background-color: #6bbcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bbcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bbcfe; background: linear-gradient(135deg, #6bbcfe, #7C6BFE);