Teal
#209289
CyanColor Codes
All color formats for development
HEX
#209289RGB
rgb(32, 146, 137)HSL
hsl(175, 64%, 35%)OKLCH
oklch(0.598 0.097 186.8)CMYK
cmyk(78%, 0%, 6%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D847B
2#1A756D
3#166660
4#135852
5#104944
6#0D3B37
7#0A2C29
8#061D1B
9#030F0E
Tints
Lighter variations
1#26AEA2
2#2CC9BC
3#41D5C9
4#5CDBD1
5#77E1D8
6#92E7E0
7#ADEDE8
8#C9F3F0
9#E4F9F7
Tones
Muted variations
1#268D84
2#2C877F
3#31817B
4#377C76
5#3D7671
6#42706C
7#486A68
8#4E6563
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F7;
--teal-200: #C9F3F0;
--teal-300: #9FEAE4;
--teal-400: #6DDFD5;
--teal-500: #43D6C9;
--teal-600: #28B8AC;
--teal-700: #209289;
--teal-800: #176962;
--teal-900: #0F433F;
--teal-950: #092A27;
}