Teal
#209283
CyanColor Codes
All color formats for development
HEX
#209283RGB
rgb(32, 146, 131)HSL
hsl(172, 64%, 35%)OKLCH
oklch(0.596 0.099 181.7)CMYK
cmyk(78%, 0%, 10%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8476
2#1A7569
3#16665C
4#13584F
5#104942
6#0D3B34
7#0A2C27
8#061D1A
9#030F0D
Tints
Lighter variations
1#26AE9B
2#2CC9B4
3#41D5C1
4#5CDBCA
5#77E1D3
6#92E7DC
7#ADEDE5
8#C9F3ED
9#E4F9F6
Tones
Muted variations
1#268D7F
2#2C877B
3#318177
4#377C72
5#3D766E
6#42706A
7#486A66
8#4E6562
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209283 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F6;
--teal-200: #C9F3ED;
--teal-300: #9FEAE0;
--teal-400: #6DDFD0;
--teal-500: #43D6C2;
--teal-600: #28B8A5;
--teal-700: #209283;
--teal-800: #17695E;
--teal-900: #0F433C;
--teal-950: #092A25;
}