Teal
#1D968C
CyanColor Codes
All color formats for development
HEX
#1D968CRGB
rgb(29, 150, 140)HSL
hsl(175, 68%, 35%)OKLCH
oklch(0.609 0.101 186.2)CMYK
cmyk(81%, 0%, 7%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A877E
2#177870
3#146962
4#115A54
5#0E4B46
6#0B3C38
7#092D2A
8#061E1C
9#030F0E
Tints
Lighter variations
1#22B2A6
2#27CEC0
3#3CDACD
4#58DFD4
5#74E4DB
6#90EAE2
7#ABEFE9
8#C7F4F1
9#E3FAF8
Tones
Muted variations
1#239087
2#298A82
3#2F847D
4#357E78
5#3B7873
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 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F7;
--teal-200: #C7F4F1;
--teal-300: #9CECE6;
--teal-400: #69E2D8;
--teal-500: #3EDACD;
--teal-600: #24BCB0;
--teal-700: #1D968C;
--teal-800: #146B64;
--teal-900: #0D4540;
--teal-950: #082B28;
}