Teal
#21917D
CyanColor Codes
All color formats for development
HEX
#21917DRGB
rgb(33, 145, 125)HSL
hsl(169, 63%, 35%)OKLCH
oklch(0.591 0.101 177.4)CMYK
cmyk(77%, 0%, 14%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8370
2#1A7464
3#176657
4#14574B
5#11493E
6#0D3A32
7#0A2C25
8#071D19
9#030F0C
Tints
Lighter variations
1#27AC94
2#2DC8AB
3#42D4B9
4#5DDAC3
5#78E0CD
6#93E6D7
7#AEEDE1
8#C9F3EB
9#E4F9F5
Tones
Muted variations
1#278C79
2#2C8676
3#328172
4#387B6F
5#3D756B
6#437067
7#486A64
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 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | 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: #F3FCFA;
--teal-100: #E2F8F4;
--teal-200: #C9F3EB;
--teal-300: #9FE9DC;
--teal-400: #6EDEC9;
--teal-500: #44D5BA;
--teal-600: #2AB79D;
--teal-700: #21917D;
--teal-800: #186859;
--teal-900: #0F4339;
--teal-950: #092A24;
}