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