Teal
#208992
CyanColor Codes
All color formats for development
HEX
#208992RGB
rgb(32, 137, 146)HSL
hsl(185, 64%, 35%)OKLCH
oklch(0.578 0.091 203.7)CMYK
cmyk(78%, 6%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7B84
2#1A6D75
3#166066
4#135258
5#104449
6#0D373B
7#0A292C
8#061B1D
9#030E0F
Tints
Lighter variations
1#26A2AE
2#2CBCC9
3#41C9D5
4#5CD1DB
5#77D8E1
6#92E0E7
7#ADE8ED
8#C9F0F3
9#E4F7F9
Tones
Muted variations
1#26848D
2#2C7F87
3#317B81
4#37767C
5#3D7176
6#426C70
7#48686A
8#4E6365
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE4 #9FE4EA | BordersInactive statesPlaceholder text |
| 400 | 6DD5 #6DD5DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C9 #43C9D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AC #28ACB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2089 #208992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1762 #176269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | 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: #E2F7F9;
--teal-200: #C9F0F3;
--teal-300: #9FE4EA;
--teal-400: #6DD5DF;
--teal-500: #43C9D6;
--teal-600: #28ACB8;
--teal-700: #208992;
--teal-800: #176269;
--teal-900: #0F3F43;
--teal-950: #09272A;
}