Teal
#21917F
CyanColor Codes
All color formats for development
HEX
#21917FRGB
rgb(33, 145, 127)HSL
hsl(170, 63%, 35%)OKLCH
oklch(0.592 0.1 179)CMYK
cmyk(77%, 0%, 12%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8372
2#1A7465
3#176659
4#14574C
5#11493F
6#0D3A33
7#0A2C26
8#071D19
9#030F0D
Tints
Lighter variations
1#27AC96
2#2DC8AE
3#42D4BC
4#5DDAC5
5#78E0CF
6#93E6D9
7#AEEDE2
8#C9F3EC
9#E4F9F5
Tones
Muted variations
1#278C7B
2#2C8677
3#328173
4#387B70
5#3D756C
6#437068
7#486A64
8#4E6461
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F5;
--teal-200: #C9F3EC;
--teal-300: #9FE9DD;
--teal-400: #6EDECB;
--teal-500: #44D5BC;
--teal-600: #2AB79F;
--teal-700: #21917F;
--teal-800: #18685B;
--teal-900: #0F433A;
--teal-950: #092A24;
}