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