Teal
#1C977E
CyanColor Codes
All color formats for development
HEX
#1C977ERGB
rgb(28, 151, 126)HSL
hsl(168, 69%, 35%)OKLCH
oklch(0.607 0.108 174.6)CMYK
cmyk(81%, 0%, 17%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198872
2#167965
3#136A58
4#115A4C
5#0E4B3F
6#0B3C32
7#082D26
8#061E19
9#030F0D
Tints
Lighter variations
1#21B396
2#26CFAD
3#3BDBBB
4#57E0C5
5#73E5CE
6#8FEAD8
7#ABF0E2
8#C7F5EC
9#E3FAF5
Tones
Muted variations
1#22917B
2#288B77
3#2E8473
4#347E6F
5#3A786C
6#417268
7#476C64
8#4D6661
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDD | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1F9F5;
--teal-200: #C7F5EC;
--teal-300: #9CEDDD;
--teal-400: #68E3CB;
--teal-500: #3DDBBC;
--teal-600: #23BE9F;
--teal-700: #1C977E;
--teal-800: #146C5A;
--teal-900: #0D453A;
--teal-950: #082B24;
}