Teal
#1D9696
CyanColor Codes
All color formats for development
HEX
#1D9696RGB
rgb(29, 150, 150)HSL
hsl(180, 68%, 35%)OKLCH
oklch(0.612 0.099 194.9)CMYK
cmyk(81%, 0%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8787
2#177878
3#146969
4#115A5A
5#0E4B4B
6#0B3C3C
7#092D2D
8#061E1E
9#030F0F
Tints
Lighter variations
1#22B2B2
2#27CECE
3#3CDADA
4#58DFDF
5#74E4E4
6#90EAEA
7#ABEFEF
8#C7F4F4
9#E3FAFA
Tones
Muted variations
1#239090
2#298A8A
3#2F8484
4#357E7E
5#3B7878
6#417272
7#476B6B
8#4D6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E1F9F9;
--teal-200: #C7F4F4;
--teal-300: #9CECEC;
--teal-400: #69E2E2;
--teal-500: #3EDADA;
--teal-600: #24BCBC;
--teal-700: #1D9696;
--teal-800: #146B6B;
--teal-900: #0D4545;
--teal-950: #082B2B;
}