#3cbcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 188, 223
HSL
193°, 72%, 56%
CMYK
73, 16, 0, 13
Luminance
0.4225
Every format
| HEX | #3cbcdf |
| RGB | rgb(60, 188, 223) |
| HSL | hsl(193, 72%, 56%) |
| CMYK | cmyk(73%, 16%, 0%, 13%) |
| LAB | lab(71.0 -23.2 -27.5) |
| LCH | lch(71.0 36.0 229.8) |
| OKLCH | oklch(0.741 0.119 220.3) |
Copy-ready code
/* CSS */
color: #3cbcdf;
background-color: #3cbcdf;
/* Tailwind (arbitrary) */
class="text-[#3cbcdf] bg-[#3cbcdf]"
/* SCSS */
$brand: #3cbcdf;
/* SwiftUI */
Color(red: 0.235, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#3cbcdf")Accessibility — WCAG contrast
Aa
#3cbcdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbcdf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#3cbcdf text on a black background
contrast 9.45:1
Card sample
#3cbcdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbcdf;
Background color
Panel with #3cbcdf background
background-color: #3cbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbcdf; background: linear-gradient(135deg, #3cbcdf, #3C4FDF);