Teal
#219188
CyanColor Codes
All color formats for development
HEX
#219188RGB
rgb(33, 145, 136)HSL
hsl(175, 63%, 35%)OKLCH
oklch(0.595 0.096 186.7)CMYK
cmyk(77%, 0%, 6%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E837A
2#1A746D
3#17665F
4#145752
5#114944
6#0D3A36
7#0A2C29
8#071D1B
9#030F0E
Tints
Lighter variations
1#27ACA1
2#2DC8BB
3#42D4C8
4#5DDAD0
5#78E0D8
6#93E6E0
7#AEEDE7
8#C9F3EF
9#E4F9F7
Tones
Muted variations
1#278C83
2#2C867F
3#32817A
4#387B75
5#3D7571
6#43706C
7#486A67
8#4E6463
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F7;
--teal-200: #C9F3EF;
--teal-300: #9FE9E3;
--teal-400: #6EDED5;
--teal-500: #44D5C8;
--teal-600: #2AB7AB;
--teal-700: #219188;
--teal-800: #186861;
--teal-900: #0F433E;
--teal-950: #092A27;
}