#6cbafe
a light, electric blue · cool · closest name: steelblue
RGB
108, 186, 254
HSL
208°, 99%, 71%
CMYK
58, 27, 0, 0
Luminance
0.4546
Every format
| HEX | #6cbafe |
| RGB | rgb(108, 186, 254) |
| HSL | hsl(208, 99%, 71%) |
| CMYK | cmyk(58%, 27%, 0%, 0%) |
| LAB | lab(73.2 -4.8 -40.8) |
| LCH | lch(73.2 41.1 263.4) |
| OKLCH | oklch(0.766 0.125 246.6) |
Copy-ready code
/* CSS */
color: #6cbafe;
background-color: #6cbafe;
/* Tailwind (arbitrary) */
class="text-[#6cbafe] bg-[#6cbafe]"
/* SCSS */
$brand: #6cbafe;
/* SwiftUI */
Color(red: 0.424, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#6cbafe")Accessibility — WCAG contrast
Aa
#6cbafe on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbafe on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green72.9%
Blue99.6%
CMYK percentages
Cyan57.5%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#6cbafe text on a black background
contrast 10.09:1
Card sample
#6cbafe text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbafe;
Background color
Panel with #6cbafe background
background-color: #6cbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbafe; background: linear-gradient(135deg, #6cbafe, #7F6CFE);