Teal
#209292
CyanColor Codes
All color formats for development
HEX
#209292RGB
rgb(32, 146, 146)HSL
hsl(180, 64%, 35%)OKLCH
oklch(0.601 0.095 194.9)CMYK
cmyk(78%, 0%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8484
2#1A7575
3#166666
4#135858
5#104949
6#0D3B3B
7#0A2C2C
8#061D1D
9#030F0F
Tints
Lighter variations
1#26AEAE
2#2CC9C9
3#41D5D5
4#5CDBDB
5#77E1E1
6#92E7E7
7#ADEDED
8#C9F3F3
9#E4F9F9
Tones
Muted variations
1#268D8D
2#2C8787
3#318181
4#377C7C
5#3D7676
6#427070
7#486A6A
8#4E6565
9#545F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAEA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F9;
--teal-200: #C9F3F3;
--teal-300: #9FEAEA;
--teal-400: #6DDFDF;
--teal-500: #43D6D6;
--teal-600: #28B8B8;
--teal-700: #209292;
--teal-800: #176969;
--teal-900: #0F4343;
--teal-950: #092A2A;
}