Teal
#1C8F97
CyanColor Codes
All color formats for development
HEX
#1C8F97RGB
rgb(28, 143, 151)HSL
hsl(184, 69%, 35%)OKLCH
oklch(0.595 0.095 202.3)CMYK
cmyk(81%, 5%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198088
2#167279
3#13646A
4#11565A
5#0E474B
6#0B393C
7#082B2D
8#061D1E
9#030E0F
Tints
Lighter variations
1#21A9B3
2#26C4CF
3#3BD0DB
4#57D7E0
5#73DEE5
6#8FE4EA
7#ABEBF0
8#C7F2F5
9#E3F8FA
Tones
Muted variations
1#228991
2#28848B
3#2E7F84
4#34797E
5#3A7478
6#416F72
7#47696C
8#4D6466
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE7 #9CE7ED | BordersInactive statesPlaceholder text |
| 400 | 68DB #68DBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD1 #3DD1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B3 #23B3BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8F #1C8F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1466 #14666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8F9;
--teal-200: #C7F2F5;
--teal-300: #9CE7ED;
--teal-400: #68DBE3;
--teal-500: #3DD1DB;
--teal-600: #23B3BE;
--teal-700: #1C8F97;
--teal-800: #14666C;
--teal-900: #0D4145;
--teal-950: #08292B;
}