Teal
#1F9386
CyanColor Codes
All color formats for development
HEX
#1F9386RGB
rgb(31, 147, 134)HSL
hsl(173, 65%, 35%)OKLCH
oklch(0.599 0.099 183.5)CMYK
cmyk(79%, 0%, 9%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8578
2#19766B
3#16675E
4#135850
5#104A43
6#0C3B35
7#092C28
8#061D1B
9#030F0D
Tints
Lighter variations
1#25AF9F
2#2BCAB7
3#40D6C5
4#5BDCCD
5#76E2D5
6#92E8DE
7#ADEEE6
8#C8F3EE
9#E4F9F7
Tones
Muted variations
1#258D81
2#2B887D
3#318278
4#367C74
5#3C766F
6#42706B
7#486B67
8#4E6562
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F6;
--teal-200: #C8F3EE;
--teal-300: #9EEAE2;
--teal-400: #6CE0D2;
--teal-500: #42D7C5;
--teal-600: #27B9A8;
--teal-700: #1F9386;
--teal-800: #166960;
--teal-900: #0E433D;
--teal-950: #092A26;
}