#3df5e7
a balanced, electric cyan · cool · closest name: turquoise
RGB
61, 245, 231
HSL
175°, 90%, 60%
CMYK
75, 0, 6, 4
Luminance
0.7207
Every format
| HEX | #3df5e7 |
| RGB | rgb(61, 245, 231) |
| HSL | hsl(175, 90%, 60%) |
| CMYK | cmyk(75%, 0%, 6%, 4%) |
| LAB | lab(88.0 -47.4 -6.2) |
| LCH | lch(88.0 47.8 187.5) |
| OKLCH | oklch(0.879 0.142 187.1) |
Copy-ready code
/* CSS */
color: #3df5e7;
background-color: #3df5e7;
/* Tailwind (arbitrary) */
class="text-[#3df5e7] bg-[#3df5e7]"
/* SCSS */
$brand: #3df5e7;
/* SwiftUI */
Color(red: 0.239, green: 0.961, blue: 0.906)
/* Android */
Color.parseColor("#3df5e7")Accessibility — WCAG contrast
Aa
#3df5e7 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df5e7 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.1%
Blue90.6%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow5.7%
Key (black)3.9%
Color previews
#3df5e7 text on a black background
contrast 15.41:1
Card sample
#3df5e7 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df5e7;
Background color
Panel with #3df5e7 background
background-color: #3df5e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df5e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 245, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 245, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df5e7; background: linear-gradient(135deg, #3df5e7, #3D88F5);