Teal
#12A18B
CyanColor Codes
All color formats for development
HEX
#12A18BRGB
rgb(18, 161, 139)HSL
hsl(171, 80%, 35%)OKLCH
oklch(0.636 0.114 178.1)CMYK
cmyk(89%, 0%, 14%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10917D
2#0E816F
3#0C7061
4#0B6054
5#095046
6#074038
7#05302A
8#04201C
9#02100E
Tints
Lighter variations
1#15BEA5
2#18DCBF
3#2EE8CC
4#4CEBD3
5#6AEEDB
6#88F2E2
7#A5F5E9
8#C3F8F0
9#E1FCF8
Tones
Muted variations
1#199A86
2#209281
3#278B7C
4#2E8477
5#367D72
6#3D766D
7#446F68
8#4B6863
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF7;
--teal-200: #C3F8F0;
--teal-300: #95F3E5;
--teal-400: #5EEDD8;
--teal-500: #30E8CD;
--teal-600: #16CAAF;
--teal-700: #12A18B;
--teal-800: #0D7363;
--teal-900: #084940;
--teal-950: #052E28;
}