#6bacef
a light, electric blue · cool · closest name: steelblue
RGB
107, 172, 239
HSL
211°, 81%, 68%
CMYK
55, 28, 0, 6
Luminance
0.3886
Every format
| HEX | #6bacef |
| RGB | rgb(107, 172, 239) |
| HSL | hsl(211, 81%, 68%) |
| CMYK | cmyk(55%, 28%, 0%, 6%) |
| LAB | lab(68.7 -1.8 -39.8) |
| LCH | lch(68.7 39.8 267.4) |
| OKLCH | oklch(0.728 0.119 250.4) |
Copy-ready code
/* CSS */
color: #6bacef;
background-color: #6bacef;
/* Tailwind (arbitrary) */
class="text-[#6bacef] bg-[#6bacef]"
/* SCSS */
$brand: #6bacef;
/* SwiftUI */
Color(red: 0.420, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#6bacef")Accessibility — WCAG contrast
Aa
#6bacef on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bacef on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green67.5%
Blue93.7%
CMYK percentages
Cyan55.2%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#6bacef text on a black background
contrast 8.77:1
Card sample
#6bacef text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bacef;
Background color
Panel with #6bacef background
background-color: #6bacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bacef; background: linear-gradient(135deg, #6bacef, #826BEF);