Teal
#1D968E
CyanColor Codes
All color formats for development
HEX
#1D968ERGB
rgb(29, 150, 142)HSL
hsl(176, 68%, 35%)OKLCH
oklch(0.609 0.1 187.9)CMYK
cmyk(81%, 0%, 5%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8780
2#177871
3#146963
4#115A55
5#0E4B47
6#0B3C39
7#092D2B
8#061E1C
9#030F0E
Tints
Lighter variations
1#22B2A8
2#27CEC3
3#3CDACF
4#58DFD6
5#74E4DD
6#90EAE4
7#ABEFEB
8#C7F4F1
9#E3FAF8
Tones
Muted variations
1#239089
2#298A83
3#2F847E
4#357E79
5#3B7874
6#41726E
7#476B69
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 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4541 | 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: #C7F4F1;
--teal-300: #9CECE7;
--teal-400: #69E2DA;
--teal-500: #3EDAD0;
--teal-600: #24BCB2;
--teal-700: #1D968E;
--teal-800: #146B65;
--teal-900: #0D4541;
--teal-950: #082B29;
}