Teal
#12A1A1
CyanColor Codes
All color formats for development
HEX
#12A1A1RGB
rgb(18, 161, 161)HSL
hsl(180, 80%, 35%)OKLCH
oklch(0.643 0.107 194.8)CMYK
cmyk(89%, 0%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109191
2#0E8181
3#0C7070
4#0B6060
5#095050
6#074040
7#053030
8#042020
9#021010
Tints
Lighter variations
1#15BEBE
2#18DCDC
3#2EE8E8
4#4CEBEB
5#6AEEEE
6#88F2F2
7#A5F5F5
8#C3F8F8
9#E1FCFC
Tones
Muted variations
1#199A9A
2#209292
3#278B8B
4#2E8484
5#367D7D
6#3D7676
7#446F6F
8#4B6868
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C3F8F8;
--teal-300: #95F3F3;
--teal-400: #5EEDED;
--teal-500: #30E8E8;
--teal-600: #16CACA;
--teal-700: #12A1A1;
--teal-800: #0D7373;
--teal-900: #084949;
--teal-950: #052E2E;
}