#3bfcfd
a balanced, electric cyan · cool · closest name: cyan
RGB
59, 252, 253
HSL
180°, 98%, 61%
CMYK
77, 0, 0, 1
Luminance
0.7764
Every format
| HEX | #3bfcfd |
| RGB | rgb(59, 252, 253) |
| HSL | hsl(180, 98%, 61%) |
| CMYK | cmyk(77%, 0%, 0%, 1%) |
| LAB | lab(90.6 -44.6 -13.8) |
| LCH | lch(90.6 46.7 197.2) |
| OKLCH | oklch(0.902 0.144 195.4) |
Copy-ready code
/* CSS */
color: #3bfcfd;
background-color: #3bfcfd;
/* Tailwind (arbitrary) */
class="text-[#3bfcfd] bg-[#3bfcfd]"
/* SCSS */
$brand: #3bfcfd;
/* SwiftUI */
Color(red: 0.231, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#3bfcfd")Accessibility — WCAG contrast
Aa
#3bfcfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfcfd on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.8%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#3bfcfd text on a black background
contrast 16.53:1
Card sample
#3bfcfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfcfd;
Background color
Panel with #3bfcfd background
background-color: #3bfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfcfd; background: linear-gradient(135deg, #3bfcfd, #3B7BFD);