Teal
#1F9380
CyanColor Codes
All color formats for development
HEX
#1F9380RGB
rgb(31, 147, 128)HSL
hsl(170, 65%, 35%)OKLCH
oklch(0.597 0.102 178.5)CMYK
cmyk(79%, 0%, 13%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8573
2#197666
3#16675A
4#13584D
5#104A40
6#0C3B33
7#092C26
8#061D1A
9#030F0D
Tints
Lighter variations
1#25AF98
2#2BCAAF
3#40D6BD
4#5BDCC7
5#76E2D0
6#92E8D9
7#ADEEE3
8#C8F3EC
9#E4F9F6
Tones
Muted variations
1#258D7C
2#2B8878
3#318274
4#367C70
5#3C766D
6#427069
7#486B65
8#4E6561
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E2F9F5;
--teal-200: #C8F3EC;
--teal-300: #9EEADE;
--teal-400: #6CE0CC;
--teal-500: #42D7BE;
--teal-600: #27B9A1;
--teal-700: #1F9380;
--teal-800: #16695B;
--teal-900: #0E433A;
--teal-950: #092A25;
}