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