Teal
#209285
CyanColor Codes
All color formats for development
HEX
#209285RGB
rgb(32, 146, 133)HSL
hsl(173, 64%, 35%)OKLCH
oklch(0.597 0.098 183.3)CMYK
cmyk(78%, 0%, 9%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8478
2#1A756A
3#16665D
4#135850
5#104943
6#0D3B35
7#0A2C28
8#061D1B
9#030F0D
Tints
Lighter variations
1#26AE9E
2#2CC9B6
3#41D5C4
4#5CDBCC
5#77E1D5
6#92E7DD
7#ADEDE6
8#C9F3EE
9#E4F9F7
Tones
Muted variations
1#268D81
2#2C877C
3#318178
4#377C74
5#3D766F
6#42706B
7#486A66
8#4E6562
9#545F5E
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 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F6;
--teal-200: #C9F3EE;
--teal-300: #9FEAE1;
--teal-400: #6DDFD2;
--teal-500: #43D6C5;
--teal-600: #28B8A7;
--teal-700: #209285;
--teal-800: #17695F;
--teal-900: #0F433D;
--teal-950: #092A26;
}