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