#3df4e4
a balanced, electric cyan · cool · closest name: turquoise
RGB
61, 244, 228
HSL
175°, 89%, 60%
CMYK
75, 0, 7, 4
Luminance
0.7129
Every format
| HEX | #3df4e4 |
| RGB | rgb(61, 244, 228) |
| HSL | hsl(175, 89%, 60%) |
| CMYK | cmyk(75%, 0%, 7%, 4%) |
| LAB | lab(87.6 -47.7 -5.2) |
| LCH | lch(87.6 48.0 186.2) |
| OKLCH | oklch(0.876 0.142 186.0) |
Copy-ready code
/* CSS */
color: #3df4e4;
background-color: #3df4e4;
/* Tailwind (arbitrary) */
class="text-[#3df4e4] bg-[#3df4e4]"
/* SCSS */
$brand: #3df4e4;
/* SwiftUI */
Color(red: 0.239, green: 0.957, blue: 0.894)
/* Android */
Color.parseColor("#3df4e4")Accessibility — WCAG contrast
Aa
#3df4e4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df4e4 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.7%
Blue89.4%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow6.6%
Key (black)4.3%
Color previews
#3df4e4 text on a black background
contrast 15.26:1
Card sample
#3df4e4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df4e4;
Background color
Panel with #3df4e4 background
background-color: #3df4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 244, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 244, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df4e4; background: linear-gradient(135deg, #3df4e4, #3D8AF4);