Teal
#208D92
CyanColor Codes
All color formats for development
HEX
#208D92RGB
rgb(32, 141, 146)HSL
hsl(183, 64%, 35%)OKLCH
oklch(0.588 0.092 199.7)CMYK
cmyk(78%, 3%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7F84
2#1A7175
3#166266
4#135458
5#104649
6#0D383B
7#0A2A2C
8#061C1D
9#030E0F
Tints
Lighter variations
1#26A7AE
2#2CC1C9
3#41CED5
4#5CD5DB
5#77DCE1
6#92E3E7
7#ADEAED
8#C9F1F3
9#E4F8F9
Tones
Muted variations
1#26888D
2#2C8287
3#317D81
4#37787C
5#3D7376
6#426E70
7#48696A
8#4E6465
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6EA | BordersInactive statesPlaceholder text |
| 400 | 6DD9 #6DD9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CE #43CED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B1 #28B1B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208D #208D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1764 #176469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F7F9;
--teal-200: #C9F1F3;
--teal-300: #9FE6EA;
--teal-400: #6DD9DF;
--teal-500: #43CED6;
--teal-600: #28B1B8;
--teal-700: #208D92;
--teal-800: #176469;
--teal-900: #0F4043;
--teal-950: #09282A;
}