#3dccff
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 204, 255
HSL
196°, 100%, 62%
CMYK
76, 20, 0, 0
Luminance
0.5140
Every format
| HEX | #3dccff |
| RGB | rgb(61, 204, 255) |
| HSL | hsl(196, 100%, 62%) |
| CMYK | cmyk(76%, 20%, 0%, 0%) |
| LAB | lab(76.9 -21.0 -35.7) |
| LCH | lch(76.9 41.4 239.5) |
| OKLCH | oklch(0.792 0.137 227.0) |
Copy-ready code
/* CSS */
color: #3dccff;
background-color: #3dccff;
/* Tailwind (arbitrary) */
class="text-[#3dccff] bg-[#3dccff]"
/* SCSS */
$brand: #3dccff;
/* SwiftUI */
Color(red: 0.239, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#3dccff")Accessibility — WCAG contrast
Aa
#3dccff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dccff on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.0%
Blue100.0%
CMYK percentages
Cyan76.1%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#3dccff text on a black background
contrast 11.28:1
Card sample
#3dccff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dccff;
Background color
Panel with #3dccff background
background-color: #3dccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dccff; background: linear-gradient(135deg, #3dccff, #3D4BFF);