#6bafd3
a balanced, vivid blue · cool · closest name: skyblue
RGB
107, 175, 211
HSL
201°, 54%, 62%
CMYK
49, 17, 0, 17
Luminance
0.3849
Every format
| HEX | #6bafd3 |
| RGB | rgb(107, 175, 211) |
| HSL | hsl(201, 54%, 62%) |
| CMYK | cmyk(49%, 17%, 0%, 17%) |
| LAB | lab(68.4 -11.8 -24.9) |
| LCH | lch(68.4 27.5 244.7) |
| OKLCH | oklch(0.723 0.087 232.9) |
Copy-ready code
/* CSS */
color: #6bafd3;
background-color: #6bafd3;
/* Tailwind (arbitrary) */
class="text-[#6bafd3] bg-[#6bafd3]"
/* SCSS */
$brand: #6bafd3;
/* SwiftUI */
Color(red: 0.420, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#6bafd3")Accessibility — WCAG contrast
Aa
#6bafd3 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bafd3 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.6%
Blue82.7%
CMYK percentages
Cyan49.3%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#6bafd3 text on a black background
contrast 8.70:1
Card sample
#6bafd3 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bafd3;
Background color
Panel with #6bafd3 background
background-color: #6bafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bafd3; background: linear-gradient(135deg, #6bafd3, #6D6BD3);