#3cfdfb
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 253, 251
HSL
179°, 98%, 61%
CMYK
76, 0, 1, 1
Luminance
0.7818
Every format
| HEX | #3cfdfb |
| RGB | rgb(60, 253, 251) |
| HSL | hsl(179, 98%, 61%) |
| CMYK | cmyk(76%, 0%, 1%, 1%) |
| LAB | lab(90.9 -45.5 -12.4) |
| LCH | lch(90.9 47.1 195.2) |
| OKLCH | oklch(0.904 0.145 193.8) |
Copy-ready code
/* CSS */
color: #3cfdfb;
background-color: #3cfdfb;
/* Tailwind (arbitrary) */
class="text-[#3cfdfb] bg-[#3cfdfb]"
/* SCSS */
$brand: #3cfdfb;
/* SwiftUI */
Color(red: 0.235, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#3cfdfb")Accessibility — WCAG contrast
Aa
#3cfdfb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfdfb on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green99.2%
Blue98.4%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#3cfdfb text on a black background
contrast 16.64:1
Card sample
#3cfdfb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfdfb;
Background color
Panel with #3cfdfb background
background-color: #3cfdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfdfb; background: linear-gradient(135deg, #3cfdfb, #3C7EFD);