#3dc2cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 194, 207
HSL
185°, 60%, 53%
CMYK
71, 6, 0, 19
Luminance
0.4408
Every format
| HEX | #3dc2cf |
| RGB | rgb(61, 194, 207) |
| HSL | hsl(185, 60%, 53%) |
| CMYK | cmyk(71%, 6%, 0%, 19%) |
| LAB | lab(72.3 -31.0 -16.9) |
| LCH | lch(72.3 35.3 208.6) |
| OKLCH | oklch(0.749 0.113 204.6) |
Copy-ready code
/* CSS */
color: #3dc2cf;
background-color: #3dc2cf;
/* Tailwind (arbitrary) */
class="text-[#3dc2cf] bg-[#3dc2cf]"
/* SCSS */
$brand: #3dc2cf;
/* SwiftUI */
Color(red: 0.239, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#3dc2cf")Accessibility — WCAG contrast
Aa
#3dc2cf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dc2cf on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green76.1%
Blue81.2%
CMYK percentages
Cyan70.5%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3dc2cf text on a black background
contrast 9.82:1
Card sample
#3dc2cf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dc2cf;
Background color
Panel with #3dc2cf background
background-color: #3dc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dc2cf; background: linear-gradient(135deg, #3dc2cf, #3D61CF);