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