#3dfbe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
61, 251, 226
HSL
172°, 96%, 61%
CMYK
76, 0, 10, 2
Luminance
0.7548
Every format
| HEX | #3dfbe2 |
| RGB | rgb(61, 251, 226) |
| HSL | hsl(172, 96%, 61%) |
| CMYK | cmyk(76%, 0%, 10%, 2%) |
| LAB | lab(89.6 -51.2 -1.2) |
| LCH | lch(89.6 51.2 181.4) |
| OKLCH | oklch(0.892 0.149 181.6) |
Copy-ready code
/* CSS */
color: #3dfbe2;
background-color: #3dfbe2;
/* Tailwind (arbitrary) */
class="text-[#3dfbe2] bg-[#3dfbe2]"
/* SCSS */
$brand: #3dfbe2;
/* SwiftUI */
Color(red: 0.239, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#3dfbe2")Accessibility — WCAG contrast
Aa
#3dfbe2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfbe2 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green98.4%
Blue88.6%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow10.0%
Key (black)1.6%
Color previews
#3dfbe2 text on a black background
contrast 16.10:1
Card sample
#3dfbe2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfbe2;
Background color
Panel with #3dfbe2 background
background-color: #3dfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfbe2; background: linear-gradient(135deg, #3dfbe2, #3D95FB);