#00746b
a deep, electric cyan · cool · closest name: teal
RGB
0, 116, 107
HSL
175°, 100%, 23%
CMYK
100, 0, 8, 55
Luminance
0.1355
Every format
| HEX | #00746b |
| RGB | rgb(0, 116, 107) |
| HSL | hsl(175, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 8%, 55%) |
| LAB | lab(43.6 -29.8 -2.9) |
| LCH | lch(43.6 29.9 185.6) |
| OKLCH | oklch(0.503 0.088 185.5) |
Copy-ready code
/* CSS */
color: #00746b;
background-color: #00746b;
/* Tailwind (arbitrary) */
class="text-[#00746b] bg-[#00746b]"
/* SCSS */
$brand: #00746b;
/* SwiftUI */
Color(red: 0.000, green: 0.455, blue: 0.420)
/* Android */
Color.parseColor("#00746b")Accessibility — WCAG contrast
Aa
#00746b on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00746b on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.5%
Blue42.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow7.8%
Key (black)54.5%
Color previews
#00746b text on a black background
contrast 3.71:1
Card sample
#00746b text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00746b;
Background color
Panel with #00746b background
background-color: #00746b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00746b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 116, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 116, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00746b; background: linear-gradient(135deg, #00746b, #003074);