#3dcdf6
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 205, 246
HSL
193°, 91%, 60%
CMYK
75, 17, 0, 4
Luminance
0.5131
Every format
| HEX | #3dcdf6 |
| RGB | rgb(61, 205, 246) |
| HSL | hsl(193, 91%, 60%) |
| CMYK | cmyk(75%, 17%, 0%, 4%) |
| LAB | lab(76.9 -24.4 -31.0) |
| LCH | lch(76.9 39.4 231.8) |
| OKLCH | oklch(0.791 0.131 221.6) |
Copy-ready code
/* CSS */
color: #3dcdf6;
background-color: #3dcdf6;
/* Tailwind (arbitrary) */
class="text-[#3dcdf6] bg-[#3dcdf6]"
/* SCSS */
$brand: #3dcdf6;
/* SwiftUI */
Color(red: 0.239, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#3dcdf6")Accessibility — WCAG contrast
Aa
#3dcdf6 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcdf6 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.4%
Blue96.5%
CMYK percentages
Cyan75.2%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#3dcdf6 text on a black background
contrast 11.26:1
Card sample
#3dcdf6 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcdf6;
Background color
Panel with #3dcdf6 background
background-color: #3dcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcdf6; background: linear-gradient(135deg, #3dcdf6, #3D52F6);