#2e6b6b
a dark, soft cyan · cool · closest name: teal
RGB
46, 107, 107
HSL
180°, 40%, 30%
CMYK
57, 0, 0, 58
Luminance
0.1216
Every format
| HEX | #2e6b6b |
| RGB | rgb(46, 107, 107) |
| HSL | hsl(180, 40%, 30%) |
| CMYK | cmyk(57%, 0%, 0%, 58%) |
| LAB | lab(41.5 -19.5 -6.0) |
| LCH | lch(41.5 20.4 197.0) |
| OKLCH | oklch(0.488 0.063 195.3) |
Copy-ready code
/* CSS */
color: #2e6b6b;
background-color: #2e6b6b;
/* Tailwind (arbitrary) */
class="text-[#2e6b6b] bg-[#2e6b6b]"
/* SCSS */
$brand: #2e6b6b;
/* SwiftUI */
Color(red: 0.180, green: 0.420, blue: 0.420)
/* Android */
Color.parseColor("#2e6b6b")Accessibility — WCAG contrast
Aa
#2e6b6b on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2e6b6b on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green42.0%
Blue42.0%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow0.0%
Key (black)58.0%
Color previews
#2e6b6b text on a black background
contrast 3.43:1
Card sample
#2e6b6b text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e6b6b;
Background color
Panel with #2e6b6b background
background-color: #2e6b6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e6b6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 107, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 107, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e6b6b; background: linear-gradient(135deg, #2e6b6b, #2E426B);