Teal
#219184
CyanColor Codes
All color formats for development
HEX
#219184RGB
rgb(33, 145, 132)HSL
hsl(173, 63%, 35%)OKLCH
oklch(0.594 0.097 183.2)CMYK
cmyk(77%, 0%, 9%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8377
2#1A746A
3#17665D
4#14574F
5#114942
6#0D3A35
7#0A2C28
8#071D1A
9#030F0D
Tints
Lighter variations
1#27AC9D
2#2DC8B6
3#42D4C3
4#5DDACC
5#78E0D4
6#93E6DD
7#AEEDE5
8#C9F3EE
9#E4F9F6
Tones
Muted variations
1#278C80
2#2C867C
3#328177
4#387B73
5#3D756F
6#43706A
7#486A66
8#4E6462
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F6;
--teal-200: #C9F3EE;
--teal-300: #9FE9E1;
--teal-400: #6EDED1;
--teal-500: #44D5C4;
--teal-600: #2AB7A6;
--teal-700: #219184;
--teal-800: #18685F;
--teal-900: #0F433D;
--teal-950: #092A26;
}