#3bfdf0
a balanced, electric cyan · cool · closest name: cyan
RGB
59, 253, 240
HSL
176°, 98%, 61%
CMYK
77, 0, 5, 1
Luminance
0.7747
Every format
| HEX | #3bfdf0 |
| RGB | rgb(59, 253, 240) |
| HSL | hsl(176, 98%, 61%) |
| CMYK | cmyk(77%, 0%, 5%, 1%) |
| LAB | lab(90.5 -48.6 -7.2) |
| LCH | lch(90.5 49.1 188.4) |
| OKLCH | oklch(0.900 0.147 187.9) |
Copy-ready code
/* CSS */
color: #3bfdf0;
background-color: #3bfdf0;
/* Tailwind (arbitrary) */
class="text-[#3bfdf0] bg-[#3bfdf0]"
/* SCSS */
$brand: #3bfdf0;
/* SwiftUI */
Color(red: 0.231, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#3bfdf0")Accessibility — WCAG contrast
Aa
#3bfdf0 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfdf0 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green99.2%
Blue94.1%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#3bfdf0 text on a black background
contrast 16.49:1
Card sample
#3bfdf0 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfdf0;
Background color
Panel with #3bfdf0 background
background-color: #3bfdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfdf0; background: linear-gradient(135deg, #3bfdf0, #3B89FD);