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