Teal
#1D9692
CyanColor Codes
All color formats for development
HEX
#1D9692RGB
rgb(29, 150, 146)HSL
hsl(178, 68%, 35%)OKLCH
oklch(0.611 0.099 191.4)CMYK
cmyk(81%, 0%, 3%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8783
2#177875
3#146966
4#115A58
5#0E4B49
6#0B3C3A
7#092D2C
8#061E1D
9#030F0F
Tints
Lighter variations
1#22B2AD
2#27CEC8
3#3CDAD5
4#58DFDB
5#74E4E1
6#90EAE7
7#ABEFED
8#C7F4F3
9#E3FAF9
Tones
Muted variations
1#23908C
2#298A87
3#2F8481
4#357E7B
5#3B7876
6#417270
7#476B6A
8#4D6565
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 #C7F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F8;
--teal-200: #C7F4F3;
--teal-300: #9CECEA;
--teal-400: #69E2DE;
--teal-500: #3EDAD5;
--teal-600: #24BCB7;
--teal-700: #1D9692;
--teal-800: #146B68;
--teal-900: #0D4543;
--teal-950: #082B2A;
}