Teal
#21917B
CyanColor Codes
All color formats for development
HEX
#21917BRGB
rgb(33, 145, 123)HSL
hsl(168, 63%, 35%)OKLCH
oklch(0.591 0.102 175.9)CMYK
cmyk(77%, 0%, 15%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E836F
2#1A7462
3#176656
4#14574A
5#11493D
6#0D3A31
7#0A2C25
8#071D19
9#030F0C
Tints
Lighter variations
1#27AC92
2#2DC8A9
3#42D4B7
4#5DDAC1
5#78E0CB
6#93E6D6
7#AEEDE0
8#C9F3EA
9#E4F9F5
Tones
Muted variations
1#278C78
2#2C8674
3#328171
4#387B6D
5#3D756A
6#437067
7#486A63
8#4E6460
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFA;
--teal-100: #E2F8F4;
--teal-200: #C9F3EA;
--teal-300: #9FE9DB;
--teal-400: #6EDEC7;
--teal-500: #44D5B8;
--teal-600: #2AB79B;
--teal-700: #21917B;
--teal-800: #186858;
--teal-900: #0F4338;
--teal-950: #092A23;
}