Teal
#208F92
CyanColor Codes
All color formats for development
HEX
#208F92RGB
rgb(32, 143, 146)HSL
hsl(182, 64%, 35%)OKLCH
oklch(0.593 0.093 197.7)CMYK
cmyk(78%, 2%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8084
2#1A7275
3#166466
4#135658
5#104749
6#0D393B
7#0A2B2C
8#061D1D
9#030E0F
Tints
Lighter variations
1#26A9AE
2#2CC4C9
3#41D0D5
4#5CD7DB
5#77DEE1
6#92E4E7
7#ADEBED
8#C9F2F3
9#E4F8F9
Tones
Muted variations
1#26898D
2#2C8487
3#317F81
4#37797C
5#3D7476
6#426F70
7#48696A
8#4E6465
9#545F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7EA | BordersInactive statesPlaceholder text |
| 400 | 6DDB #6DDBDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D1 #43D1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B3 #28B3B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208F #208F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1766 #176669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F8F9;
--teal-200: #C9F2F3;
--teal-300: #9FE7EA;
--teal-400: #6DDBDF;
--teal-500: #43D1D6;
--teal-600: #28B3B8;
--teal-700: #208F92;
--teal-800: #176669;
--teal-900: #0F4143;
--teal-950: #09292A;
}