#6baedf
a balanced, vivid blue · cool · closest name: skyblue
RGB
107, 174, 223
HSL
205°, 64%, 65%
CMYK
52, 22, 0, 13
Luminance
0.3873
Every format
| HEX | #6baedf |
| RGB | rgb(107, 174, 223) |
| HSL | hsl(205, 64%, 65%) |
| CMYK | cmyk(52%, 22%, 0%, 13%) |
| LAB | lab(68.5 -7.7 -31.2) |
| LCH | lch(68.5 32.1 256.1) |
| OKLCH | oklch(0.725 0.099 241.6) |
Copy-ready code
/* CSS */
color: #6baedf;
background-color: #6baedf;
/* Tailwind (arbitrary) */
class="text-[#6baedf] bg-[#6baedf]"
/* SCSS */
$brand: #6baedf;
/* SwiftUI */
Color(red: 0.420, green: 0.682, blue: 0.875)
/* Android */
Color.parseColor("#6baedf")Accessibility — WCAG contrast
Aa
#6baedf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6baedf on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.2%
Blue87.5%
CMYK percentages
Cyan52.0%
Magenta22.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6baedf text on a black background
contrast 8.75:1
Card sample
#6baedf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6baedf;
Background color
Panel with #6baedf background
background-color: #6baedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6baedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 174, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 174, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6baedf; background: linear-gradient(135deg, #6baedf, #756BDF);