Teal
#1F9382
CyanColor Codes
All color formats for development
HEX
#1F9382RGB
rgb(31, 147, 130)HSL
hsl(171, 65%, 35%)OKLCH
oklch(0.598 0.101 180.1)CMYK
cmyk(79%, 0%, 12%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8575
2#197668
3#16675B
4#13584E
5#104A41
6#0C3B34
7#092C27
8#061D1A
9#030F0D
Tints
Lighter variations
1#25AF9A
2#2BCAB2
3#40D6C0
4#5BDCC9
5#76E2D2
6#92E8DB
7#ADEEE4
8#C8F3ED
9#E4F9F6
Tones
Muted variations
1#258D7E
2#2B887A
3#318276
4#367C72
5#3C766E
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 #C8F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433B | 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: #C8F3ED;
--teal-300: #9EEADF;
--teal-400: #6CE0CE;
--teal-500: #42D7C0;
--teal-600: #27B9A3;
--teal-700: #1F9382;
--teal-800: #16695D;
--teal-900: #0E433B;
--teal-950: #092A25;
}