Teal
#1F938C
CyanColor Codes
All color formats for development
HEX
#1F938CRGB
rgb(31, 147, 140)HSL
hsl(176, 65%, 35%)OKLCH
oklch(0.601 0.097 188.6)CMYK
cmyk(79%, 0%, 5%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C857E
2#197670
3#166762
4#135854
5#104A46
6#0C3B38
7#092C2A
8#061D1C
9#030F0E
Tints
Lighter variations
1#25AFA5
2#2BCABF
3#40D6CC
4#5BDCD4
5#76E2DB
6#92E8E2
7#ADEEE9
8#C8F3F1
9#E4F9F8
Tones
Muted variations
1#258D86
2#2B8881
3#31827C
4#367C77
5#3C7672
6#42706D
7#486B68
8#4E6563
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F7;
--teal-200: #C8F3F1;
--teal-300: #9EEAE5;
--teal-400: #6CE0D8;
--teal-500: #42D7CD;
--teal-600: #27B9AF;
--teal-700: #1F938C;
--teal-800: #166964;
--teal-900: #0E4340;
--teal-950: #092A28;
}