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