#3ffdfd
a balanced, electric cyan · cool · closest name: cyan
RGB
63, 253, 253
HSL
180°, 98%, 62%
CMYK
75, 0, 0, 1
Luminance
0.7840
Every format
| HEX | #3ffdfd |
| RGB | rgb(63, 253, 253) |
| HSL | hsl(180, 98%, 62%) |
| CMYK | cmyk(75%, 0%, 0%, 1%) |
| LAB | lab(91.0 -44.6 -13.3) |
| LCH | lch(91.0 46.6 196.6) |
| OKLCH | oklch(0.905 0.143 194.9) |
Copy-ready code
/* CSS */
color: #3ffdfd;
background-color: #3ffdfd;
/* Tailwind (arbitrary) */
class="text-[#3ffdfd] bg-[#3ffdfd]"
/* SCSS */
$brand: #3ffdfd;
/* SwiftUI */
Color(red: 0.247, green: 0.992, blue: 0.992)
/* Android */
Color.parseColor("#3ffdfd")Accessibility — WCAG contrast
Aa
#3ffdfd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffdfd on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.2%
Blue99.2%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3ffdfd text on a black background
contrast 16.68:1
Card sample
#3ffdfd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffdfd;
Background color
Panel with #3ffdfd background
background-color: #3ffdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 253, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 253, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffdfd; background: linear-gradient(135deg, #3ffdfd, #3F7EFD);