Teal
#1D9678
CyanColor Codes
All color formats for development
HEX
#1D9678RGB
rgb(29, 150, 120)HSL
hsl(165, 68%, 35%)OKLCH
oklch(0.603 0.111 171)CMYK
cmyk(81%, 0%, 20%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A876C
2#177860
3#146954
4#115A48
5#0E4B3C
6#0B3C30
7#092D24
8#061E18
9#030F0C
Tints
Lighter variations
1#22B28E
2#27CEA4
3#3CDAB2
4#58DFBD
5#74E4C8
6#90EAD3
7#ABEFDE
8#C7F4E9
9#E3FAF4
Tones
Muted variations
1#239075
2#298A72
3#2F846E
4#357E6B
5#3B7868
6#417265
7#476B62
8#4D655F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9678 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4537 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1F9F3;
--teal-200: #C7F4E9;
--teal-300: #9CECD8;
--teal-400: #69E2C4;
--teal-500: #3EDAB3;
--teal-600: #24BC96;
--teal-700: #1D9678;
--teal-800: #146B55;
--teal-900: #0D4537;
--teal-950: #082B22;
}