Teal
#20928D
CyanColor Codes
All color formats for development
HEX
#20928DRGB
rgb(32, 146, 141)HSL
hsl(177, 64%, 35%)OKLCH
oklch(0.599 0.096 190.4)CMYK
cmyk(78%, 0%, 3%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D847F
2#1A7571
3#166662
4#135854
5#104946
6#0D3B38
7#0A2C2A
8#061D1C
9#030F0E
Tints
Lighter variations
1#26AEA7
2#2CC9C1
3#41D5CE
4#5CDBD5
5#77E1DC
6#92E7E3
7#ADEDEA
8#C9F3F1
9#E4F9F8
Tones
Muted variations
1#268D88
2#2C8782
3#31817D
4#377C78
5#3D7673
6#42706E
7#486A69
8#4E6564
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F7;
--teal-200: #C9F3F1;
--teal-300: #9FEAE6;
--teal-400: #6DDFD9;
--teal-500: #43D6CE;
--teal-600: #28B8B1;
--teal-700: #20928D;
--teal-800: #176964;
--teal-900: #0F4340;
--teal-950: #092A28;
}