Teal
#209290
CyanColor Codes
All color formats for development
HEX
#209290RGB
rgb(32, 146, 144)HSL
hsl(179, 64%, 35%)OKLCH
oklch(0.6 0.096 193.1)CMYK
cmyk(78%, 0%, 1%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8482
2#1A7574
3#166665
4#135857
5#104948
6#0D3B3A
7#0A2C2B
8#061D1D
9#030F0E
Tints
Lighter variations
1#26AEAB
2#2CC9C6
3#41D5D3
4#5CDBD9
5#77E1DF
6#92E7E6
7#ADEDEC
8#C9F3F2
9#E4F9F9
Tones
Muted variations
1#268D8B
2#2C8785
3#318180
4#377C7A
5#3D7675
6#42706F
7#486A6A
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 #9FEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | 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: #9FEAE9;
--teal-400: #6DDFDD;
--teal-500: #43D6D3;
--teal-600: #28B8B6;
--teal-700: #209290;
--teal-800: #176967;
--teal-900: #0F4342;
--teal-950: #092A29;
}