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