Teal
#208392
CyanColor Codes
All color formats for development
HEX
#208392RGB
rgb(32, 131, 146)HSL
hsl(188, 64%, 35%)OKLCH
oklch(0.562 0.089 210.2)CMYK
cmyk(78%, 10%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7684
2#1A6975
3#165C66
4#134F58
5#104249
6#0D343B
7#0A272C
8#061A1D
9#030D0F
Tints
Lighter variations
1#269BAE
2#2CB4C9
3#41C1D5
4#5CCADB
5#77D3E1
6#92DCE7
7#ADE5ED
8#C9EDF3
9#E4F6F9
Tones
Muted variations
1#267F8D
2#2C7B87
3#317781
4#37727C
5#3D6E76
6#426A70
7#48666A
8#4E6265
9#545D5F
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 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE0 #9FE0EA | BordersInactive statesPlaceholder text |
| 400 | 6DD0 #6DD0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C2 #43C2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A5 #28A5B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2083 #208392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175E #175E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C9EDF3;
--teal-300: #9FE0EA;
--teal-400: #6DD0DF;
--teal-500: #43C2D6;
--teal-600: #28A5B8;
--teal-700: #208392;
--teal-800: #175E69;
--teal-900: #0F3C43;
--teal-950: #09252A;
}