Teal
#1F9193
CyanColor Codes
All color formats for development
HEX
#1F9193RGB
rgb(31, 145, 147)HSL
hsl(181, 65%, 35%)OKLCH
oklch(0.599 0.095 196.8)CMYK
cmyk(79%, 1%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8385
2#197476
3#166667
4#135758
5#10494A
6#0C3A3B
7#092C2C
8#061D1D
9#030F0F
Tints
Lighter variations
1#25ACAF
2#2BC7CA
3#40D4D6
4#5BDADC
5#76E0E2
6#92E6E8
7#ADEDEE
8#C8F3F3
9#E4F9F9
Tones
Muted variations
1#258C8D
2#2B8688
3#318182
4#367B7C
5#3C7576
6#427070
7#486A6B
8#4E6465
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE9 #9EE9EA | BordersInactive statesPlaceholder text |
| 400 | 6CDE #6CDEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D4 #42D4D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B7 #27B7B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F91 #1F9193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1668 #166869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | 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: #E2F8F9;
--teal-200: #C8F3F3;
--teal-300: #9EE9EA;
--teal-400: #6CDEE0;
--teal-500: #42D4D7;
--teal-600: #27B7B9;
--teal-700: #1F9193;
--teal-800: #166869;
--teal-900: #0E4243;
--teal-950: #092A2A;
}