#3c9daf
a balanced, vivid cyan · cool · closest name: teal
RGB
60, 157, 175
HSL
189°, 49%, 46%
CMYK
66, 10, 0, 31
Luminance
0.2817
Every format
| HEX | #3c9daf |
| RGB | rgb(60, 157, 175) |
| HSL | hsl(189, 49%, 46%) |
| CMYK | cmyk(66%, 10%, 0%, 31%) |
| LAB | lab(60.0 -22.4 -17.7) |
| LCH | lch(60.0 28.5 218.4) |
| OKLCH | oklch(0.647 0.093 212.1) |
Copy-ready code
/* CSS */
color: #3c9daf;
background-color: #3c9daf;
/* Tailwind (arbitrary) */
class="text-[#3c9daf] bg-[#3c9daf]"
/* SCSS */
$brand: #3c9daf;
/* SwiftUI */
Color(red: 0.235, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#3c9daf")Accessibility — WCAG contrast
Aa
#3c9daf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c9daf on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green61.6%
Blue68.6%
CMYK percentages
Cyan65.7%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#3c9daf text on a black background
contrast 6.63:1
Card sample
#3c9daf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c9daf;
Background color
Panel with #3c9daf background
background-color: #3c9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c9daf; background: linear-gradient(135deg, #3c9daf, #3C50AF);