#2caca8
a dark, vivid cyan · cool · closest name: teal
RGB
44, 172, 168
HSL
178°, 59%, 42%
CMYK
74, 0, 2, 33
Luminance
0.3287
Every format
| HEX | #2caca8 |
| RGB | rgb(44, 172, 168) |
| HSL | hsl(178, 59%, 42%) |
| CMYK | cmyk(74%, 0%, 2%, 33%) |
| LAB | lab(64.0 -34.1 -7.8) |
| LCH | lch(64.0 35.0 192.8) |
| OKLCH | oklch(0.677 0.106 191.8) |
Copy-ready code
/* CSS */
color: #2caca8;
background-color: #2caca8;
/* Tailwind (arbitrary) */
class="text-[#2caca8] bg-[#2caca8]"
/* SCSS */
$brand: #2caca8;
/* SwiftUI */
Color(red: 0.173, green: 0.675, blue: 0.659)
/* Android */
Color.parseColor("#2caca8")Accessibility — WCAG contrast
Aa
#2caca8 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2caca8 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.5%
Blue65.9%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow2.3%
Key (black)32.5%
Color previews
#2caca8 text on a black background
contrast 7.57:1
Card sample
#2caca8 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2caca8;
Background color
Panel with #2caca8 background
background-color: #2caca8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2caca8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 172, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 172, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2caca8; background: linear-gradient(135deg, #2caca8, #2C5BAC);