#3dfbf7
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 251, 247
HSL
179°, 96%, 61%
CMYK
76, 0, 2, 2
Luminance
0.7670
Every format
| HEX | #3dfbf7 |
| RGB | rgb(61, 251, 247) |
| HSL | hsl(179, 96%, 61%) |
| CMYK | cmyk(76%, 0%, 2%, 2%) |
| LAB | lab(90.2 -45.6 -11.3) |
| LCH | lch(90.2 47.0 193.9) |
| OKLCH | oklch(0.898 0.143 192.7) |
Copy-ready code
/* CSS */
color: #3dfbf7;
background-color: #3dfbf7;
/* Tailwind (arbitrary) */
class="text-[#3dfbf7] bg-[#3dfbf7]"
/* SCSS */
$brand: #3dfbf7;
/* SwiftUI */
Color(red: 0.239, green: 0.984, blue: 0.969)
/* Android */
Color.parseColor("#3dfbf7")Accessibility — WCAG contrast
Aa
#3dfbf7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfbf7 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green98.4%
Blue96.9%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow1.6%
Key (black)1.6%
Color previews
#3dfbf7 text on a black background
contrast 16.34:1
Card sample
#3dfbf7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfbf7;
Background color
Panel with #3dfbf7 background
background-color: #3dfbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 251, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 251, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfbf7; background: linear-gradient(135deg, #3dfbf7, #3D81FB);