Teal
#1C9793
CyanColor Codes
All color formats for development
HEX
#1C9793RGB
rgb(28, 151, 147)HSL
hsl(178, 69%, 35%)OKLCH
oklch(0.614 0.1 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#198884
2#167975
3#136A67
4#115A58
5#0E4B49
6#0B3C3B
7#082D2C
8#061E1D
9#030F0F
Tints
Lighter variations
1#21B3AE
2#26CFC9
3#3BDBD6
4#57E0DC
5#73E5E1
6#8FEAE7
7#ABF0ED
8#C7F5F3
9#E3FAF9
Tones
Muted variations
1#22918D
2#288B87
3#2E8481
4#347E7C
5#3A7876
6#417270
7#476C6A
8#4D6665
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C69 | 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: #E1F9F9;
--teal-200: #C7F5F3;
--teal-300: #9CEDEA;
--teal-400: #68E3DF;
--teal-500: #3DDBD6;
--teal-600: #23BEB8;
--teal-700: #1C9793;
--teal-800: #146C69;
--teal-900: #0D4543;
--teal-950: #082B2A;
}