#1c7c6f
a dark, vivid cyan · cool · closest name: teal
RGB
28, 124, 111
HSL
172°, 63%, 30%
CMYK
77, 0, 11, 51
Luminance
0.1581
Every format
| HEX | #1c7c6f |
| RGB | rgb(28, 124, 111) |
| HSL | hsl(172, 63%, 30%) |
| CMYK | cmyk(77%, 0%, 11%, 51%) |
| LAB | lab(46.7 -30.0 -0.7) |
| LCH | lch(46.7 30.0 181.3) |
| OKLCH | oklch(0.530 0.087 181.5) |
Copy-ready code
/* CSS */
color: #1c7c6f;
background-color: #1c7c6f;
/* Tailwind (arbitrary) */
class="text-[#1c7c6f] bg-[#1c7c6f]"
/* SCSS */
$brand: #1c7c6f;
/* SwiftUI */
Color(red: 0.110, green: 0.486, blue: 0.435)
/* Android */
Color.parseColor("#1c7c6f")Accessibility — WCAG contrast
Aa
#1c7c6f on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1c7c6f on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green48.6%
Blue43.5%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow10.5%
Key (black)51.4%
Color previews
#1c7c6f text on a black background
contrast 4.16:1
Card sample
#1c7c6f text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c7c6f;
Background color
Panel with #1c7c6f background
background-color: #1c7c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c7c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 124, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 124, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c7c6f; background: linear-gradient(135deg, #1c7c6f, #1C497C);