#6bafd6
a balanced, vivid blue · cool · closest name: skyblue
RGB
107, 175, 214
HSL
202°, 57%, 63%
CMYK
50, 18, 0, 16
Luminance
0.3864
Every format
| HEX | #6bafd6 |
| RGB | rgb(107, 175, 214) |
| HSL | hsl(202, 57%, 63%) |
| CMYK | cmyk(50%, 18%, 0%, 16%) |
| LAB | lab(68.5 -10.9 -26.4) |
| LCH | lch(68.5 28.5 247.6) |
| OKLCH | oklch(0.724 0.089 235.0) |
Copy-ready code
/* CSS */
color: #6bafd6;
background-color: #6bafd6;
/* Tailwind (arbitrary) */
class="text-[#6bafd6] bg-[#6bafd6]"
/* SCSS */
$brand: #6bafd6;
/* SwiftUI */
Color(red: 0.420, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#6bafd6")Accessibility — WCAG contrast
Aa
#6bafd6 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bafd6 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.6%
Blue83.9%
CMYK percentages
Cyan50.0%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#6bafd6 text on a black background
contrast 8.73:1
Card sample
#6bafd6 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bafd6;
Background color
Panel with #6bafd6 background
background-color: #6bafd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bafd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bafd6; background: linear-gradient(135deg, #6bafd6, #6E6BD6);