#6acce2
a light, vivid cyan · cool · closest name: skyblue
RGB
106, 204, 226
HSL
191°, 67%, 65%
CMYK
53, 10, 0, 11
Luminance
0.5174
Every format
| HEX | #6acce2 |
| RGB | rgb(106, 204, 226) |
| HSL | hsl(191, 67%, 65%) |
| CMYK | cmyk(53%, 10%, 0%, 11%) |
| LAB | lab(77.1 -22.8 -19.7) |
| LCH | lch(77.1 30.1 220.8) |
| OKLCH | oklch(0.794 0.097 214.2) |
Copy-ready code
/* CSS */
color: #6acce2;
background-color: #6acce2;
/* Tailwind (arbitrary) */
class="text-[#6acce2] bg-[#6acce2]"
/* SCSS */
$brand: #6acce2;
/* SwiftUI */
Color(red: 0.416, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#6acce2")Accessibility — WCAG contrast
Aa
#6acce2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6acce2 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.0%
Blue88.6%
CMYK percentages
Cyan53.1%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#6acce2 text on a black background
contrast 11.35:1
Card sample
#6acce2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6acce2;
Background color
Panel with #6acce2 background
background-color: #6acce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6acce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6acce2; background: linear-gradient(135deg, #6acce2, #6A7CE2);