Teal
#1F9393
CyanColor Codes
All color formats for development
HEX
#1F9393RGB
rgb(31, 147, 147)HSL
hsl(180, 65%, 35%)OKLCH
oklch(0.604 0.096 194.9)CMYK
cmyk(79%, 0%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8585
2#197676
3#166767
4#135858
5#104A4A
6#0C3B3B
7#092C2C
8#061D1D
9#030F0F
Tints
Lighter variations
1#25AFAF
2#2BCACA
3#40D6D6
4#5BDCDC
5#76E2E2
6#92E8E8
7#ADEEEE
8#C8F3F3
9#E4F9F9
Tones
Muted variations
1#258D8D
2#2B8888
3#318282
4#367C7C
5#3C7676
6#427070
7#486B6B
8#4E6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAEA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E2F9F9;
--teal-200: #C8F3F3;
--teal-300: #9EEAEA;
--teal-400: #6CE0E0;
--teal-500: #42D7D7;
--teal-600: #27B9B9;
--teal-700: #1F9393;
--teal-800: #166969;
--teal-900: #0E4343;
--teal-950: #092A2A;
}