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