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