Teal
#20927F
CyanColor Codes
All color formats for development
HEX
#20927FRGB
rgb(32, 146, 127)HSL
hsl(170, 64%, 35%)OKLCH
oklch(0.595 0.101 178.4)CMYK
cmyk(78%, 0%, 13%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8473
2#1A7566
3#166659
4#13584C
5#104940
6#0D3B33
7#0A2C26
8#061D19
9#030F0D
Tints
Lighter variations
1#26AE97
2#2CC9AF
3#41D5BC
4#5CDBC6
5#77E1CF
6#92E7D9
7#ADEDE2
8#C9F3EC
9#E4F9F5
Tones
Muted variations
1#268D7C
2#2C8778
3#318174
4#377C70
5#3D766C
6#427068
7#486A65
8#4E6561
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCC | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | 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: #F2FCFB;
--teal-100: #E2F9F5;
--teal-200: #C9F3EC;
--teal-300: #9FEADD;
--teal-400: #6DDFCC;
--teal-500: #43D6BD;
--teal-600: #28B8A0;
--teal-700: #20927F;
--teal-800: #17695B;
--teal-900: #0F433A;
--teal-950: #092A24;
}