Teal
#1D968A
CyanColor Codes
All color formats for development
HEX
#1D968ARGB
rgb(29, 150, 138)HSL
hsl(174, 68%, 35%)OKLCH
oklch(0.608 0.101 184.6)CMYK
cmyk(81%, 0%, 8%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A877C
2#17786E
3#146960
4#115A53
5#0E4B45
6#0B3C37
7#092D29
8#061E1C
9#030F0E
Tints
Lighter variations
1#22B2A3
2#27CEBD
3#3CDACA
4#58DFD2
5#74E4D9
6#90EAE1
7#ABEFE8
8#C7F4F0
9#E3FAF7
Tones
Muted variations
1#239085
2#298A80
3#2F847B
4#357E76
5#3B7872
6#41726D
7#476B68
8#4D6563
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F7;
--teal-200: #C7F4F0;
--teal-300: #9CECE4;
--teal-400: #69E2D6;
--teal-500: #3EDACB;
--teal-600: #24BCAD;
--teal-700: #1D968A;
--teal-800: #146B62;
--teal-900: #0D453F;
--teal-950: #082B27;
}