#3dfdff
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 253, 255
HSL
181°, 100%, 62%
CMYK
76, 1, 0, 0
Luminance
0.7846
Every format
| HEX | #3dfdff |
| RGB | rgb(61, 253, 255) |
| HSL | hsl(181, 100%, 62%) |
| CMYK | cmyk(76%, 1%, 0%, 0%) |
| LAB | lab(91.0 -44.3 -14.3) |
| LCH | lch(91.0 46.5 197.9) |
| OKLCH | oklch(0.906 0.144 196.0) |
Copy-ready code
/* CSS */
color: #3dfdff;
background-color: #3dfdff;
/* Tailwind (arbitrary) */
class="text-[#3dfdff] bg-[#3dfdff]"
/* SCSS */
$brand: #3dfdff;
/* SwiftUI */
Color(red: 0.239, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#3dfdff")Accessibility — WCAG contrast
Aa
#3dfdff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfdff on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green99.2%
Blue100.0%
CMYK percentages
Cyan76.1%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#3dfdff text on a black background
contrast 16.69:1
Card sample
#3dfdff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfdff;
Background color
Panel with #3dfdff background
background-color: #3dfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfdff; background: linear-gradient(135deg, #3dfdff, #3D7CFF);