Teal
#208792
CyanColor Codes
All color formats for development
HEX
#208792RGB
rgb(32, 135, 146)HSL
hsl(186, 64%, 35%)OKLCH
oklch(0.573 0.09 205.8)CMYK
cmyk(78%, 8%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7984
2#1A6C75
3#165E66
4#135158
5#104349
6#0D363B
7#0A282C
8#061B1D
9#030D0F
Tints
Lighter variations
1#26A0AE
2#2CB9C9
3#41C6D5
4#5CCEDB
5#77D7E1
6#92DFE7
7#ADE7ED
8#C9EFF3
9#E4F7F9
Tones
Muted variations
1#26828D
2#2C7E87
3#317981
4#37757C
5#3D7076
6#426C70
7#48676A
8#4E6265
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2EA | BordersInactive statesPlaceholder text |
| 400 | 6DD3 #6DD3DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C7 #43C7D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AA #28AAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2087 #208792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1760 #176069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C9EFF3;
--teal-300: #9FE2EA;
--teal-400: #6DD3DF;
--teal-500: #43C7D6;
--teal-600: #28AAB8;
--teal-700: #208792;
--teal-800: #176069;
--teal-900: #0F3E43;
--teal-950: #09272A;
}