#6cadeb
a light, electric blue · cool · closest name: steelblue
RGB
108, 173, 235
HSL
209°, 76%, 67%
CMYK
54, 26, 0, 8
Luminance
0.3907
Every format
| HEX | #6cadeb |
| RGB | rgb(108, 173, 235) |
| HSL | hsl(209, 76%, 67%) |
| CMYK | cmyk(54%, 26%, 0%, 8%) |
| LAB | lab(68.8 -3.4 -37.4) |
| LCH | lch(68.8 37.5 264.8) |
| OKLCH | oklch(0.729 0.113 248.5) |
Copy-ready code
/* CSS */
color: #6cadeb;
background-color: #6cadeb;
/* Tailwind (arbitrary) */
class="text-[#6cadeb] bg-[#6cadeb]"
/* SCSS */
$brand: #6cadeb;
/* SwiftUI */
Color(red: 0.424, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#6cadeb")Accessibility — WCAG contrast
Aa
#6cadeb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cadeb on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green67.8%
Blue92.2%
CMYK percentages
Cyan54.0%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#6cadeb text on a black background
contrast 8.81:1
Card sample
#6cadeb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cadeb;
Background color
Panel with #6cadeb background
background-color: #6cadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cadeb; background: linear-gradient(135deg, #6cadeb, #806CEB);