Teal
#1D9690
CyanColor Codes
All color formats for development
HEX
#1D9690RGB
rgb(29, 150, 144)HSL
hsl(177, 68%, 35%)OKLCH
oklch(0.61 0.099 189.6)CMYK
cmyk(81%, 0%, 4%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8781
2#177873
3#146965
4#115A56
5#0E4B48
6#0B3C3A
7#092D2B
8#061E1D
9#030F0E
Tints
Lighter variations
1#22B2AB
2#27CEC5
3#3CDAD2
4#58DFD8
5#74E4DF
6#90EAE5
7#ABEFEC
8#C7F4F2
9#E3FAF9
Tones
Muted variations
1#23908A
2#298A85
3#2F847F
4#357E7A
5#3B7875
6#41726F
7#476B6A
8#4D6564
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F8;
--teal-200: #C7F4F2;
--teal-300: #9CECE8;
--teal-400: #69E2DC;
--teal-500: #3EDAD2;
--teal-600: #24BCB5;
--teal-700: #1D9690;
--teal-800: #146B67;
--teal-900: #0D4542;
--teal-950: #082B29;
}