Teal
#208592
CyanColor Codes
All color formats for development
HEX
#208592RGB
rgb(32, 133, 146)HSL
hsl(187, 64%, 35%)OKLCH
oklch(0.567 0.089 208)CMYK
cmyk(78%, 9%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7884
2#1A6A75
3#165D66
4#135058
5#104349
6#0D353B
7#0A282C
8#061B1D
9#030D0F
Tints
Lighter variations
1#269EAE
2#2CB6C9
3#41C4D5
4#5CCCDB
5#77D5E1
6#92DDE7
7#ADE6ED
8#C9EEF3
9#E4F7F9
Tones
Muted variations
1#26818D
2#2C7C87
3#317881
4#37747C
5#3D6F76
6#426B70
7#48666A
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 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1EA | BordersInactive statesPlaceholder text |
| 400 | 6DD2 #6DD2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C5 #43C5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A7 #28A7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2085 #208592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175F #175F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F6F9;
--teal-200: #C9EEF3;
--teal-300: #9FE1EA;
--teal-400: #6DD2DF;
--teal-500: #43C5D6;
--teal-600: #28A7B8;
--teal-700: #208592;
--teal-800: #175F69;
--teal-900: #0F3D43;
--teal-950: #09262A;
}