Teal
#20927A
CyanColor Codes
All color formats for development
HEX
#20927ARGB
rgb(32, 146, 122)HSL
hsl(167, 64%, 35%)OKLCH
oklch(0.593 0.104 174.5)CMYK
cmyk(78%, 0%, 16%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D846D
2#1A7561
3#166655
4#135849
5#10493D
6#0D3B31
7#0A2C24
8#061D18
9#030F0C
Tints
Lighter variations
1#26AE90
2#2CC9A7
3#41D5B5
4#5CDBC0
5#77E1CA
6#92E7D5
7#ADEDDF
8#C9F3EA
9#E4F9F4
Tones
Muted variations
1#268D76
2#2C8773
3#318170
4#377C6D
5#3D7669
6#427066
7#486A63
8#4E6560
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFA;
--teal-100: #E2F9F4;
--teal-200: #C9F3EA;
--teal-300: #9FEADA;
--teal-400: #6DDFC6;
--teal-500: #43D6B6;
--teal-600: #28B899;
--teal-700: #20927A;
--teal-800: #176957;
--teal-900: #0F4338;
--teal-950: #092A23;
}