#3dcfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 207, 255
HSL
195°, 100%, 62%
CMYK
76, 19, 0, 0
Luminance
0.5284
Every format
| HEX | #3dcfff |
| RGB | rgb(61, 207, 255) |
| HSL | hsl(195, 100%, 62%) |
| CMYK | cmyk(76%, 19%, 0%, 0%) |
| LAB | lab(77.8 -22.5 -34.4) |
| LCH | lch(77.8 41.1 236.8) |
| OKLCH | oklch(0.799 0.136 225.0) |
Copy-ready code
/* CSS */
color: #3dcfff;
background-color: #3dcfff;
/* Tailwind (arbitrary) */
class="text-[#3dcfff] bg-[#3dcfff]"
/* SCSS */
$brand: #3dcfff;
/* SwiftUI */
Color(red: 0.239, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#3dcfff")Accessibility — WCAG contrast
Aa
#3dcfff on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcfff on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green81.2%
Blue100.0%
CMYK percentages
Cyan76.1%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#3dcfff text on a black background
contrast 11.57:1
Card sample
#3dcfff text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcfff;
Background color
Panel with #3dcfff background
background-color: #3dcfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcfff; background: linear-gradient(135deg, #3dcfff, #3D4EFF);