#3cdfed
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 223, 237
HSL
185°, 83%, 58%
CMYK
75, 6, 0, 7
Luminance
0.5985
Every format
| HEX | #3cdfed |
| RGB | rgb(60, 223, 237) |
| HSL | hsl(185, 83%, 58%) |
| CMYK | cmyk(75%, 6%, 0%, 7%) |
| LAB | lab(81.8 -35.9 -18.7) |
| LCH | lch(81.8 40.5 207.5) |
| OKLCH | oklch(0.829 0.129 203.7) |
Copy-ready code
/* CSS */
color: #3cdfed;
background-color: #3cdfed;
/* Tailwind (arbitrary) */
class="text-[#3cdfed] bg-[#3cdfed]"
/* SCSS */
$brand: #3cdfed;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#3cdfed")Accessibility — WCAG contrast
Aa
#3cdfed on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfed on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue92.9%
CMYK percentages
Cyan74.7%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#3cdfed text on a black background
contrast 12.97:1
Card sample
#3cdfed text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfed;
Background color
Panel with #3cdfed background
background-color: #3cdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfed; background: linear-gradient(135deg, #3cdfed, #3C69ED);