#6aafe2
a light, vivid blue · cool · closest name: skyblue
RGB
106, 175, 226
HSL
206°, 67%, 65%
CMYK
53, 23, 0, 11
Luminance
0.3922
Every format
| HEX | #6aafe2 |
| RGB | rgb(106, 175, 226) |
| HSL | hsl(206, 67%, 65%) |
| CMYK | cmyk(53%, 23%, 0%, 11%) |
| LAB | lab(68.9 -7.6 -32.3) |
| LCH | lch(68.9 33.2 256.8) |
| OKLCH | oklch(0.728 0.102 242.0) |
Copy-ready code
/* CSS */
color: #6aafe2;
background-color: #6aafe2;
/* Tailwind (arbitrary) */
class="text-[#6aafe2] bg-[#6aafe2]"
/* SCSS */
$brand: #6aafe2;
/* SwiftUI */
Color(red: 0.416, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#6aafe2")Accessibility — WCAG contrast
Aa
#6aafe2 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aafe2 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green68.6%
Blue88.6%
CMYK percentages
Cyan53.1%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#6aafe2 text on a black background
contrast 8.84:1
Card sample
#6aafe2 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aafe2;
Background color
Panel with #6aafe2 background
background-color: #6aafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aafe2; background: linear-gradient(135deg, #6aafe2, #756AE2);