#3cccdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 204, 219
HSL
186°, 69%, 55%
CMYK
73, 7, 0, 14
Luminance
0.4926
Every format
| HEX | #3cccdb |
| RGB | rgb(60, 204, 219) |
| HSL | hsl(186, 69%, 55%) |
| CMYK | cmyk(73%, 7%, 0%, 14%) |
| LAB | lab(75.6 -32.3 -18.4) |
| LCH | lch(75.6 37.2 209.6) |
| OKLCH | oklch(0.777 0.119 205.4) |
Copy-ready code
/* CSS */
color: #3cccdb;
background-color: #3cccdb;
/* Tailwind (arbitrary) */
class="text-[#3cccdb] bg-[#3cccdb]"
/* SCSS */
$brand: #3cccdb;
/* SwiftUI */
Color(red: 0.235, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#3cccdb")Accessibility — WCAG contrast
Aa
#3cccdb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cccdb on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.0%
Blue85.9%
CMYK percentages
Cyan72.6%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#3cccdb text on a black background
contrast 10.85:1
Card sample
#3cccdb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cccdb;
Background color
Panel with #3cccdb background
background-color: #3cccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cccdb; background: linear-gradient(135deg, #3cccdb, #3C62DB);