#3cdcef
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 220, 239
HSL
186°, 85%, 59%
CMYK
75, 8, 0, 6
Luminance
0.5838
Every format
| HEX | #3cdcef |
| RGB | rgb(60, 220, 239) |
| HSL | hsl(186, 85%, 59%) |
| CMYK | cmyk(75%, 8%, 0%, 6%) |
| LAB | lab(81.0 -34.0 -21.0) |
| LCH | lch(81.0 39.9 211.7) |
| OKLCH | oklch(0.823 0.129 207.0) |
Copy-ready code
/* CSS */
color: #3cdcef;
background-color: #3cdcef;
/* Tailwind (arbitrary) */
class="text-[#3cdcef] bg-[#3cdcef]"
/* SCSS */
$brand: #3cdcef;
/* SwiftUI */
Color(red: 0.235, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#3cdcef")Accessibility — WCAG contrast
Aa
#3cdcef on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdcef on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.3%
Blue93.7%
CMYK percentages
Cyan74.9%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#3cdcef text on a black background
contrast 12.68:1
Card sample
#3cdcef text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdcef;
Background color
Panel with #3cdcef background
background-color: #3cdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdcef; background: linear-gradient(135deg, #3cdcef, #3C64EF);