#2cadb2
a dark, vivid cyan · cool · closest name: teal
RGB
44, 173, 178
HSL
182°, 60%, 44%
CMYK
75, 3, 0, 30
Luminance
0.3364
Every format
| HEX | #2cadb2 |
| RGB | rgb(44, 173, 178) |
| HSL | hsl(182, 60%, 44%) |
| CMYK | cmyk(75%, 3%, 0%, 30%) |
| LAB | lab(64.7 -31.6 -12.4) |
| LCH | lch(64.7 34.0 201.4) |
| OKLCH | oklch(0.683 0.106 198.9) |
Copy-ready code
/* CSS */
color: #2cadb2;
background-color: #2cadb2;
/* Tailwind (arbitrary) */
class="text-[#2cadb2] bg-[#2cadb2]"
/* SCSS */
$brand: #2cadb2;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.698)
/* Android */
Color.parseColor("#2cadb2")Accessibility — WCAG contrast
Aa
#2cadb2 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cadb2 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue69.8%
CMYK percentages
Cyan75.3%
Magenta2.8%
Yellow0.0%
Key (black)30.2%
Color previews
#2cadb2 text on a black background
contrast 7.73:1
Card sample
#2cadb2 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cadb2;
Background color
Panel with #2cadb2 background
background-color: #2cadb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cadb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cadb2; background: linear-gradient(135deg, #2cadb2, #2C54B2);