#6aadef
a light, electric blue · cool · closest name: steelblue
RGB
106, 173, 239
HSL
210°, 81%, 68%
CMYK
56, 28, 0, 6
Luminance
0.3918
Every format
| HEX | #6aadef |
| RGB | rgb(106, 173, 239) |
| HSL | hsl(210, 81%, 68%) |
| CMYK | cmyk(56%, 28%, 0%, 6%) |
| LAB | lab(68.9 -2.6 -39.4) |
| LCH | lch(68.9 39.5 266.3) |
| OKLCH | oklch(0.730 0.118 249.4) |
Copy-ready code
/* CSS */
color: #6aadef;
background-color: #6aadef;
/* Tailwind (arbitrary) */
class="text-[#6aadef] bg-[#6aadef]"
/* SCSS */
$brand: #6aadef;
/* SwiftUI */
Color(red: 0.416, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#6aadef")Accessibility — WCAG contrast
Aa
#6aadef on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aadef on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green67.8%
Blue93.7%
CMYK percentages
Cyan55.6%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#6aadef text on a black background
contrast 8.84:1
Card sample
#6aadef text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aadef;
Background color
Panel with #6aadef background
background-color: #6aadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aadef; background: linear-gradient(135deg, #6aadef, #806AEF);