Teal
#0E7166
CyanColor Codes
All color formats for development
HEX
#0E7166RGB
rgb(14, 113, 102)HSL
hsl(173, 78%, 25%)OKLCH
oklch(0.494 0.085 182.9)CMYK
cmyk(88%, 0%, 10%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D665C
2#0B5B51
3#0A4F47
4#08443D
5#073933
6#062D29
7#04221F
8#031714
9#010B0A
Tints
Lighter variations
1#129484
2#16B6A3
3#1BD8C2
4#33E6D1
5#55EAD9
6#77EEE0
7#99F2E8
8#BBF7F0
9#DDFBF7
Tones
Muted variations
1#136D62
2#18685E
3#1D635A
4#225E57
5#275953
6#2C544F
7#314F4B
8#364A47
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094941 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F8F2;
--teal-300: #97F2E7;
--teal-400: #60EBDB;
--teal-500: #33E6D1;
--teal-600: #19C8B3;
--teal-700: #149F8F;
--teal-800: #0E7166;
--teal-900: #094941;
--teal-950: #062D29;
}