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