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