Teal
#12A19C
CyanColor Codes
All color formats for development
HEX
#12A19CRGB
rgb(18, 161, 156)HSL
hsl(178, 80%, 35%)OKLCH
oklch(0.641 0.108 190.8)CMYK
cmyk(89%, 0%, 3%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10918C
2#0E817D
3#0C706D
4#0B605E
5#09504E
6#07403E
7#05302F
8#04201F
9#021010
Tints
Lighter variations
1#15BEB9
2#18DCD6
3#2EE8E2
4#4CEBE6
5#6AEEEA
6#88F2EE
7#A5F5F2
8#C3F8F7
9#E1FCFB
Tones
Muted variations
1#199A95
2#20928F
3#278B88
4#2E8481
5#367D7B
6#3D7674
7#446F6D
8#4B6867
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C3F8F7;
--teal-300: #95F3F0;
--teal-400: #5EEDE8;
--teal-500: #30E8E2;
--teal-600: #16CAC4;
--teal-700: #12A19C;
--teal-800: #0D736F;
--teal-900: #084947;
--teal-950: #052E2D;
}