#3dacaf
a balanced, vivid cyan · cool · closest name: teal
RGB
61, 172, 175
HSL
182°, 48%, 46%
CMYK
65, 2, 0, 31
Luminance
0.3359
Every format
| HEX | #3dacaf |
| RGB | rgb(61, 172, 175) |
| HSL | hsl(182, 48%, 46%) |
| CMYK | cmyk(65%, 2%, 0%, 31%) |
| LAB | lab(64.6 -29.7 -10.8) |
| LCH | lch(64.6 31.6 199.9) |
| OKLCH | oklch(0.684 0.098 197.7) |
Copy-ready code
/* CSS */
color: #3dacaf;
background-color: #3dacaf;
/* Tailwind (arbitrary) */
class="text-[#3dacaf] bg-[#3dacaf]"
/* SCSS */
$brand: #3dacaf;
/* SwiftUI */
Color(red: 0.239, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#3dacaf")Accessibility — WCAG contrast
Aa
#3dacaf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dacaf on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green67.5%
Blue68.6%
CMYK percentages
Cyan65.1%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3dacaf text on a black background
contrast 7.72:1
Card sample
#3dacaf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dacaf;
Background color
Panel with #3dacaf background
background-color: #3dacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dacaf; background: linear-gradient(135deg, #3dacaf, #3D60AF);