#1d6767
a dark, vivid cyan · cool · closest name: teal
RGB
29, 103, 103
HSL
180°, 56%, 26%
CMYK
72, 0, 0, 60
Luminance
0.1094
Every format
| HEX | #1d6767 |
| RGB | rgb(29, 103, 103) |
| HSL | hsl(180, 56%, 26%) |
| CMYK | cmyk(72%, 0%, 0%, 60%) |
| LAB | lab(39.5 -21.8 -6.5) |
| LCH | lch(39.5 22.8 196.7) |
| OKLCH | oklch(0.470 0.070 195.0) |
Copy-ready code
/* CSS */
color: #1d6767;
background-color: #1d6767;
/* Tailwind (arbitrary) */
class="text-[#1d6767] bg-[#1d6767]"
/* SCSS */
$brand: #1d6767;
/* SwiftUI */
Color(red: 0.114, green: 0.404, blue: 0.404)
/* Android */
Color.parseColor("#1d6767")Accessibility — WCAG contrast
Aa
#1d6767 on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1d6767 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green40.4%
Blue40.4%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow0.0%
Key (black)59.6%
Color previews
#1d6767 text on a black background
contrast 3.19:1
Card sample
#1d6767 text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d6767;
Background color
Panel with #1d6767 background
background-color: #1d6767;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d6767;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 103, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 103, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d6767; background: linear-gradient(135deg, #1d6767, #1D3667);