Teal
#12A184
CyanColor Codes
All color formats for development
HEX
#12A184RGB
rgb(18, 161, 132)HSL
hsl(168, 80%, 35%)OKLCH
oklch(0.634 0.118 173.5)CMYK
cmyk(89%, 0%, 18%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109177
2#0E816A
3#0C705C
4#0B604F
5#095042
6#074035
7#053028
8#04201A
9#02100D
Tints
Lighter variations
1#15BE9D
2#18DCB5
3#2EE8C3
4#4CEBCB
5#6AEED4
6#88F2DD
7#A5F5E5
8#C3F8EE
9#E1FCF6
Tones
Muted variations
1#199A80
2#20927C
3#278B77
4#2E8473
5#367D6F
6#3D766A
7#446F66
8#4B6862
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C3F8EE;
--teal-300: #95F3E1;
--teal-400: #5EEDD1;
--teal-500: #30E8C3;
--teal-600: #16CAA6;
--teal-700: #12A184;
--teal-800: #0D735E;
--teal-900: #08493C;
--teal-950: #052E26;
}