#6abace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
106, 186, 206
HSL
192°, 51%, 61%
CMYK
49, 10, 0, 19
Luminance
0.4264
Every format
| HEX | #6abace |
| RGB | rgb(106, 186, 206) |
| HSL | hsl(192, 51%, 61%) |
| CMYK | cmyk(49%, 10%, 0%, 19%) |
| LAB | lab(71.3 -19.2 -17.7) |
| LCH | lch(71.3 26.1 222.7) |
| OKLCH | oklch(0.745 0.084 215.8) |
Copy-ready code
/* CSS */
color: #6abace;
background-color: #6abace;
/* Tailwind (arbitrary) */
class="text-[#6abace] bg-[#6abace]"
/* SCSS */
$brand: #6abace;
/* SwiftUI */
Color(red: 0.416, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#6abace")Accessibility — WCAG contrast
Aa
#6abace on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abace on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan48.5%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#6abace text on a black background
contrast 9.53:1
Card sample
#6abace text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abace;
Background color
Panel with #6abace background
background-color: #6abace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abace; background: linear-gradient(135deg, #6abace, #6A77CE);