#6faaeb
a light, electric blue · cool · closest name: steelblue
RGB
111, 170, 235
HSL
212°, 76%, 68%
CMYK
53, 28, 0, 8
Luminance
0.3813
Every format
| HEX | #6faaeb |
| RGB | rgb(111, 170, 235) |
| HSL | hsl(212, 76%, 68%) |
| CMYK | cmyk(53%, 28%, 0%, 8%) |
| LAB | lab(68.1 -1.1 -38.4) |
| LCH | lch(68.1 38.5 268.4) |
| OKLCH | oklch(0.724 0.114 251.8) |
Copy-ready code
/* CSS */
color: #6faaeb;
background-color: #6faaeb;
/* Tailwind (arbitrary) */
class="text-[#6faaeb] bg-[#6faaeb]"
/* SCSS */
$brand: #6faaeb;
/* SwiftUI */
Color(red: 0.435, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#6faaeb")Accessibility — WCAG contrast
Aa
#6faaeb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6faaeb on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green66.7%
Blue92.2%
CMYK percentages
Cyan52.8%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#6faaeb text on a black background
contrast 8.63:1
Card sample
#6faaeb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6faaeb;
Background color
Panel with #6faaeb background
background-color: #6faaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6faaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6faaeb; background: linear-gradient(135deg, #6faaeb, #876FEB);