#6bafd4
a balanced, vivid blue · cool · closest name: skyblue
RGB
107, 175, 212
HSL
201°, 55%, 63%
CMYK
50, 18, 0, 17
Luminance
0.3854
Every format
| HEX | #6bafd4 |
| RGB | rgb(107, 175, 212) |
| HSL | hsl(201, 55%, 63%) |
| CMYK | cmyk(50%, 18%, 0%, 17%) |
| LAB | lab(68.4 -11.5 -25.4) |
| LCH | lch(68.4 27.9 245.7) |
| OKLCH | oklch(0.723 0.088 233.6) |
Copy-ready code
/* CSS */
color: #6bafd4;
background-color: #6bafd4;
/* Tailwind (arbitrary) */
class="text-[#6bafd4] bg-[#6bafd4]"
/* SCSS */
$brand: #6bafd4;
/* SwiftUI */
Color(red: 0.420, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#6bafd4")Accessibility — WCAG contrast
Aa
#6bafd4 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bafd4 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.6%
Blue83.1%
CMYK percentages
Cyan49.5%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#6bafd4 text on a black background
contrast 8.71:1
Card sample
#6bafd4 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bafd4;
Background color
Panel with #6bafd4 background
background-color: #6bafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bafd4; background: linear-gradient(135deg, #6bafd4, #6D6BD4);