Teal
#1D967A
CyanColor Codes
All color formats for development
HEX
#1D967ARGB
rgb(29, 150, 122)HSL
hsl(166, 68%, 35%)OKLCH
oklch(0.603 0.11 172.4)CMYK
cmyk(81%, 0%, 19%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A876D
2#177861
3#146955
4#115A49
5#0E4B3D
6#0B3C31
7#092D24
8#061E18
9#030F0C
Tints
Lighter variations
1#22B290
2#27CEA7
3#3CDAB5
4#58DFC0
5#74E4CA
6#90EAD5
7#ABEFDF
8#C7F4EA
9#E3FAF4
Tones
Muted variations
1#239076
2#298A73
3#2F8470
4#357E6D
5#3B7869
6#417266
7#476B63
8#4D6560
9#535F5C
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 #C7F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | 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: #C7F4EA;
--teal-300: #9CECDA;
--teal-400: #69E2C6;
--teal-500: #3EDAB6;
--teal-600: #24BC99;
--teal-700: #1D967A;
--teal-800: #146B57;
--teal-900: #0D4538;
--teal-950: #082B23;
}