#3cacac
a balanced, vivid cyan · cool · closest name: teal
RGB
60, 172, 172
HSL
180°, 48%, 46%
CMYK
65, 0, 0, 33
Luminance
0.3344
Every format
| HEX | #3cacac |
| RGB | rgb(60, 172, 172) |
| HSL | hsl(180, 48%, 46%) |
| CMYK | cmyk(65%, 0%, 0%, 33%) |
| LAB | lab(64.5 -30.8 -9.3) |
| LCH | lch(64.5 32.1 196.8) |
| OKLCH | oklch(0.683 0.099 195.1) |
Copy-ready code
/* CSS */
color: #3cacac;
background-color: #3cacac;
/* Tailwind (arbitrary) */
class="text-[#3cacac] bg-[#3cacac]"
/* SCSS */
$brand: #3cacac;
/* SwiftUI */
Color(red: 0.235, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#3cacac")Accessibility — WCAG contrast
Aa
#3cacac on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cacac on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.5%
Blue67.5%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#3cacac text on a black background
contrast 7.69:1
Card sample
#3cacac text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cacac;
Background color
Panel with #3cacac background
background-color: #3cacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cacac; background: linear-gradient(135deg, #3cacac, #3C61AC);