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