#3cdceb
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 220, 235
HSL
185°, 81%, 58%
CMYK
75, 6, 0, 8
Luminance
0.5815
Every format
| HEX | #3cdceb |
| RGB | rgb(60, 220, 235) |
| HSL | hsl(185, 81%, 58%) |
| CMYK | cmyk(75%, 6%, 0%, 8%) |
| LAB | lab(80.8 -35.1 -19.1) |
| LCH | lch(80.8 40.0 208.5) |
| OKLCH | oklch(0.821 0.128 204.5) |
Copy-ready code
/* CSS */
color: #3cdceb;
background-color: #3cdceb;
/* Tailwind (arbitrary) */
class="text-[#3cdceb] bg-[#3cdceb]"
/* SCSS */
$brand: #3cdceb;
/* SwiftUI */
Color(red: 0.235, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#3cdceb")Accessibility — WCAG contrast
Aa
#3cdceb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdceb on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.3%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#3cdceb text on a black background
contrast 12.63:1
Card sample
#3cdceb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdceb;
Background color
Panel with #3cdceb background
background-color: #3cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdceb; background: linear-gradient(135deg, #3cdceb, #3C67EB);