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