#6abbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
106, 187, 223
HSL
199°, 65%, 65%
CMYK
53, 16, 0, 13
Luminance
0.4393
Every format
| HEX | #6abbdf |
| RGB | rgb(106, 187, 223) |
| HSL | hsl(199, 65%, 65%) |
| CMYK | cmyk(53%, 16%, 0%, 13%) |
| LAB | lab(72.2 -14.9 -25.6) |
| LCH | lch(72.2 29.7 239.8) |
| OKLCH | oklch(0.754 0.095 228.7) |
Copy-ready code
/* CSS */
color: #6abbdf;
background-color: #6abbdf;
/* Tailwind (arbitrary) */
class="text-[#6abbdf] bg-[#6abbdf]"
/* SCSS */
$brand: #6abbdf;
/* SwiftUI */
Color(red: 0.416, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#6abbdf")Accessibility — WCAG contrast
Aa
#6abbdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abbdf on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green73.3%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6abbdf text on a black background
contrast 9.79:1
Card sample
#6abbdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abbdf;
Background color
Panel with #6abbdf background
background-color: #6abbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abbdf; background: linear-gradient(135deg, #6abbdf, #6A6DDF);