Teal
#20927D
CyanColor Codes
All color formats for development
HEX
#20927DRGB
rgb(32, 146, 125)HSL
hsl(169, 64%, 35%)OKLCH
oklch(0.594 0.102 176.8)CMYK
cmyk(78%, 0%, 14%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8471
2#1A7564
3#166658
4#13584B
5#10493F
6#0D3B32
7#0A2C26
8#061D19
9#030F0D
Tints
Lighter variations
1#26AE95
2#2CC9AC
3#41D5BA
4#5CDBC4
5#77E1CE
6#92E7D8
7#ADEDE1
8#C9F3EB
9#E4F9F5
Tones
Muted variations
1#268D7A
2#2C8776
3#318173
4#377C6F
5#3D766B
6#427068
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 #9FEADC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | 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: #9FEADC;
--teal-400: #6DDFCA;
--teal-500: #43D6BB;
--teal-600: #28B89E;
--teal-700: #20927D;
--teal-800: #17695A;
--teal-900: #0F4339;
--teal-950: #092A24;
}