Teal
#20927C
CyanColor Codes
All color formats for development
HEX
#20927CRGB
rgb(32, 146, 124)HSL
hsl(168, 64%, 35%)OKLCH
oklch(0.594 0.103 176)CMYK
cmyk(78%, 0%, 15%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D846F
2#1A7563
3#166656
4#13584A
5#10493E
6#0D3B31
7#0A2C25
8#061D19
9#030F0C
Tints
Lighter variations
1#26AE92
2#2CC9A9
3#41D5B8
4#5CDBC2
5#77E1CC
6#92E7D6
7#ADEDE0
8#C9F3EB
9#E4F9F5
Tones
Muted variations
1#268D78
2#2C8775
3#318171
4#377C6E
5#3D766A
6#427067
7#486A64
8#4E6560
9#545F5D
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 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176958 | 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: #C9F3EB;
--teal-300: #9FEADB;
--teal-400: #6DDFC8;
--teal-500: #43D6B8;
--teal-600: #28B89B;
--teal-700: #20927C;
--teal-800: #176958;
--teal-900: #0F4338;
--teal-950: #092A23;
}