Teal
#12A190
CyanColor Codes
All color formats for development
HEX
#12A190RGB
rgb(18, 161, 144)HSL
hsl(173, 80%, 35%)OKLCH
oklch(0.637 0.112 181.7)CMYK
cmyk(89%, 0%, 11%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109182
2#0E8173
3#0C7065
4#0B6056
5#095048
6#07403A
7#05302B
8#04201D
9#02100E
Tints
Lighter variations
1#15BEAB
2#18DCC5
3#2EE8D2
4#4CEBD9
5#6AEEDF
6#88F2E5
7#A5F5EC
8#C3F8F2
9#E1FCF9
Tones
Muted variations
1#199A8B
2#209285
3#278B80
4#2E847A
5#367D75
6#3D766F
7#446F6A
8#4B6864
9#52605F
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 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C3F8F2;
--teal-300: #95F3E8;
--teal-400: #5EEDDC;
--teal-500: #30E8D3;
--teal-600: #16CAB5;
--teal-700: #12A190;
--teal-800: #0D7367;
--teal-900: #084942;
--teal-950: #052E29;
}