#3dcdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 205, 253
HSL
195°, 98%, 62%
CMYK
76, 19, 0, 1
Luminance
0.5175
Every format
| HEX | #3dcdfd |
| RGB | rgb(61, 205, 253) |
| HSL | hsl(195, 98%, 62%) |
| CMYK | cmyk(76%, 19%, 0%, 1%) |
| LAB | lab(77.1 -22.1 -34.3) |
| LCH | lch(77.1 40.8 237.1) |
| OKLCH | oklch(0.794 0.135 225.3) |
Copy-ready code
/* CSS */
color: #3dcdfd;
background-color: #3dcdfd;
/* Tailwind (arbitrary) */
class="text-[#3dcdfd] bg-[#3dcdfd]"
/* SCSS */
$brand: #3dcdfd;
/* SwiftUI */
Color(red: 0.239, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#3dcdfd")Accessibility — WCAG contrast
Aa
#3dcdfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcdfd on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.4%
Blue99.2%
CMYK percentages
Cyan75.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3dcdfd text on a black background
contrast 11.35:1
Card sample
#3dcdfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcdfd;
Background color
Panel with #3dcdfd background
background-color: #3dcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcdfd; background: linear-gradient(135deg, #3dcdfd, #3D4DFD);