Teal
#1D9680
CyanColor Codes
All color formats for development
HEX
#1D9680RGB
rgb(29, 150, 128)HSL
hsl(169, 68%, 35%)OKLCH
oklch(0.605 0.106 176.7)CMYK
cmyk(81%, 0%, 15%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8773
2#177866
3#146959
4#115A4D
5#0E4B40
6#0B3C33
7#092D26
8#061E1A
9#030F0D
Tints
Lighter variations
1#22B297
2#27CEAF
3#3CDABD
4#58DFC6
5#74E4D0
6#90EAD9
7#ABEFE3
8#C7F4EC
9#E3FAF6
Tones
Muted variations
1#23907C
2#298A78
3#2F8474
4#357E70
5#3B786C
6#417269
7#476B65
8#4D6561
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1F9F5;
--teal-200: #C7F4EC;
--teal-300: #9CECDE;
--teal-400: #69E2CC;
--teal-500: #3EDABE;
--teal-600: #24BCA1;
--teal-700: #1D9680;
--teal-800: #146B5B;
--teal-900: #0D453A;
--teal-950: #082B24;
}