Teal
#1C9795
CyanColor Codes
All color formats for development
HEX
#1C9795RGB
rgb(28, 151, 149)HSL
hsl(179, 69%, 35%)OKLCH
oklch(0.614 0.1 193.1)CMYK
cmyk(81%, 0%, 1%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198886
2#167977
3#136A68
4#115A59
5#0E4B4A
6#0B3C3C
7#082D2D
8#061E1E
9#030F0F
Tints
Lighter variations
1#21B3B0
2#26CFCC
3#3BDBD8
4#57E0DE
5#73E5E3
6#8FEAE9
7#ABF0EE
8#C7F5F4
9#E3FAF9
Tones
Muted variations
1#22918F
2#288B89
3#2E8483
4#347E7D
5#3A7877
6#417271
7#476C6B
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 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4544 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1F9F9;
--teal-200: #C7F5F4;
--teal-300: #9CEDEB;
--teal-400: #68E3E1;
--teal-500: #3DDBD9;
--teal-600: #23BEBB;
--teal-700: #1C9795;
--teal-800: #146C6A;
--teal-900: #0D4544;
--teal-950: #082B2B;
}