#3dcceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 204, 235
HSL
191°, 81%, 58%
CMYK
74, 13, 0, 8
Luminance
0.5018
Every format
| HEX | #3dcceb |
| RGB | rgb(61, 204, 235) |
| HSL | hsl(191, 81%, 58%) |
| CMYK | cmyk(74%, 13%, 0%, 8%) |
| LAB | lab(76.2 -27.3 -26.1) |
| LCH | lch(76.2 37.8 223.7) |
| OKLCH | oklch(0.784 0.124 215.8) |
Copy-ready code
/* CSS */
color: #3dcceb;
background-color: #3dcceb;
/* Tailwind (arbitrary) */
class="text-[#3dcceb] bg-[#3dcceb]"
/* SCSS */
$brand: #3dcceb;
/* SwiftUI */
Color(red: 0.239, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#3dcceb")Accessibility — WCAG contrast
Aa
#3dcceb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcceb on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan74.0%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#3dcceb text on a black background
contrast 11.04:1
Card sample
#3dcceb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcceb;
Background color
Panel with #3dcceb background
background-color: #3dcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcceb; background: linear-gradient(135deg, #3dcceb, #3D58EB);