Teal
#20928F
CyanColor Codes
All color formats for development
HEX
#20928FRGB
rgb(32, 146, 143)HSL
hsl(178, 64%, 35%)OKLCH
oklch(0.6 0.096 192.2)CMYK
cmyk(78%, 0%, 2%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8480
2#1A7572
3#166664
4#135856
5#104947
6#0D3B39
7#0A2C2B
8#061D1D
9#030F0E
Tints
Lighter variations
1#26AEA9
2#2CC9C4
3#41D5D0
4#5CDBD7
5#77E1DE
6#92E7E4
7#ADEDEB
8#C9F3F2
9#E4F9F8
Tones
Muted variations
1#268D89
2#2C8784
3#31817F
4#377C79
5#3D7674
6#42706F
7#486A69
8#4E6564
9#545F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F8;
--teal-200: #C9F3F2;
--teal-300: #9FEAE7;
--teal-400: #6DDFDB;
--teal-500: #43D6D1;
--teal-600: #28B8B3;
--teal-700: #20928F;
--teal-800: #176966;
--teal-900: #0F4341;
--teal-950: #092A29;
}