#3df3d8
a balanced, electric cyan · cool · closest name: turquoise
RGB
61, 243, 216
HSL
171°, 88%, 60%
CMYK
75, 0, 11, 5
Luminance
0.7005
Every format
| HEX | #3df3d8 |
| RGB | rgb(61, 243, 216) |
| HSL | hsl(171, 88%, 60%) |
| CMYK | cmyk(75%, 0%, 11%, 5%) |
| LAB | lab(87.0 -50.5 0.2) |
| LCH | lch(87.0 50.5 179.8) |
| OKLCH | oklch(0.870 0.146 180.1) |
Copy-ready code
/* CSS */
color: #3df3d8;
background-color: #3df3d8;
/* Tailwind (arbitrary) */
class="text-[#3df3d8] bg-[#3df3d8]"
/* SCSS */
$brand: #3df3d8;
/* SwiftUI */
Color(red: 0.239, green: 0.953, blue: 0.847)
/* Android */
Color.parseColor("#3df3d8")Accessibility — WCAG contrast
Aa
#3df3d8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df3d8 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.3%
Blue84.7%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow11.1%
Key (black)4.7%
Color previews
#3df3d8 text on a black background
contrast 15.01:1
Card sample
#3df3d8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df3d8;
Background color
Panel with #3df3d8 background
background-color: #3df3d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df3d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 243, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 243, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df3d8; background: linear-gradient(135deg, #3df3d8, #3D95F3);