Teal
#208B92
CyanColor Codes
All color formats for development
HEX
#208B92RGB
rgb(32, 139, 146)HSL
hsl(184, 64%, 35%)OKLCH
oklch(0.583 0.091 201.7)CMYK
cmyk(78%, 5%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7D84
2#1A6F75
3#166166
4#135358
5#104549
6#0D383B
7#0A2A2C
8#061C1D
9#030E0F
Tints
Lighter variations
1#26A5AE
2#2CBEC9
3#41CBD5
4#5CD3DB
5#77DAE1
6#92E1E7
7#ADE9ED
8#C9F0F3
9#E4F8F9
Tones
Muted variations
1#26868D
2#2C8187
3#317C81
4#37777C
5#3D7276
6#426D70
7#48686A
8#4E6365
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 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE5 #9FE5EA | BordersInactive statesPlaceholder text |
| 400 | 6DD7 #6DD7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CC #43CCD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AE #28AEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208B #208B92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1763 #176369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | 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: #C9F0F3;
--teal-300: #9FE5EA;
--teal-400: #6DD7DF;
--teal-500: #43CCD6;
--teal-600: #28AEB8;
--teal-700: #208B92;
--teal-800: #176369;
--teal-900: #0F3F43;
--teal-950: #09282A;
}