#3deddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
61, 237, 223
HSL
175°, 83%, 58%
CMYK
74, 0, 6, 7
Luminance
0.6689
Every format
| HEX | #3deddf |
| RGB | rgb(61, 237, 223) |
| HSL | hsl(175, 83%, 58%) |
| CMYK | cmyk(74%, 0%, 6%, 7%) |
| LAB | lab(85.4 -46.1 -5.8) |
| LCH | lch(85.4 46.4 187.2) |
| OKLCH | oklch(0.858 0.138 186.8) |
Copy-ready code
/* CSS */
color: #3deddf;
background-color: #3deddf;
/* Tailwind (arbitrary) */
class="text-[#3deddf] bg-[#3deddf]"
/* SCSS */
$brand: #3deddf;
/* SwiftUI */
Color(red: 0.239, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#3deddf")Accessibility — WCAG contrast
Aa
#3deddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3deddf on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.9%
Blue87.5%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#3deddf text on a black background
contrast 14.38:1
Card sample
#3deddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3deddf;
Background color
Panel with #3deddf background
background-color: #3deddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3deddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3deddf; background: linear-gradient(135deg, #3deddf, #3D86ED);