#3cdeee
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 222, 238
HSL
185°, 84%, 58%
CMYK
75, 7, 0, 7
Luminance
0.5938
Every format
| HEX | #3cdeee |
| RGB | rgb(60, 222, 238) |
| HSL | hsl(185, 84%, 58%) |
| CMYK | cmyk(75%, 7%, 0%, 7%) |
| LAB | lab(81.5 -35.2 -19.6) |
| LCH | lch(81.5 40.3 209.2) |
| OKLCH | oklch(0.827 0.129 205.0) |
Copy-ready code
/* CSS */
color: #3cdeee;
background-color: #3cdeee;
/* Tailwind (arbitrary) */
class="text-[#3cdeee] bg-[#3cdeee]"
/* SCSS */
$brand: #3cdeee;
/* SwiftUI */
Color(red: 0.235, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#3cdeee")Accessibility — WCAG contrast
Aa
#3cdeee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdeee on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.1%
Blue93.3%
CMYK percentages
Cyan74.8%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#3cdeee text on a black background
contrast 12.88:1
Card sample
#3cdeee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdeee;
Background color
Panel with #3cdeee background
background-color: #3cdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdeee; background: linear-gradient(135deg, #3cdeee, #3C67EE);