Teal
#1D967C
CyanColor Codes
All color formats for development
HEX
#1D967CRGB
rgb(29, 150, 124)HSL
hsl(167, 68%, 35%)OKLCH
oklch(0.604 0.108 173.8)CMYK
cmyk(81%, 0%, 17%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A876F
2#177863
3#146957
4#115A4A
5#0E4B3E
6#0B3C31
7#092D25
8#061E19
9#030F0C
Tints
Lighter variations
1#22B293
2#27CEAA
3#3CDAB8
4#58DFC2
5#74E4CC
6#90EAD6
7#ABEFE0
8#C7F4EB
9#E3FAF5
Tones
Muted variations
1#239078
2#298A75
3#2F8471
4#357E6E
5#3B786A
6#417267
7#476B64
8#4D6560
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1F9F4;
--teal-200: #C7F4EB;
--teal-300: #9CECDB;
--teal-400: #69E2C8;
--teal-500: #3EDAB8;
--teal-600: #24BC9B;
--teal-700: #1D967C;
--teal-800: #146B58;
--teal-900: #0D4539;
--teal-950: #082B23;
}