Teal
#119FA2
CyanColor Codes
All color formats for development
HEX
#119FA2RGB
rgb(17, 159, 162)HSL
hsl(181, 81%, 35%)OKLCH
oklch(0.638 0.106 197.3)CMYK
cmyk(90%, 2%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8F91
2#0E7F81
3#0C6F71
4#0A5F61
5#085051
6#074041
7#053030
8#032020
9#021010
Tints
Lighter variations
1#14BDC0
2#17DADE
3#2DE6E9
4#4BE9EC
5#69EDEF
6#87F1F2
7#A5F4F6
8#C3F8F9
9#E1FBFC
Tones
Muted variations
1#18989A
2#1F9193
3#278A8C
4#2E8385
5#357C7D
6#3C7576
7#446E6F
8#4B6768
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE6 #2FE6E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C8 #15C8CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119F #119FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C72 #0C7273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08494A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFBFC;
--teal-200: #C3F8F9;
--teal-300: #95F2F4;
--teal-400: #5DECEE;
--teal-500: #2FE6E9;
--teal-600: #15C8CB;
--teal-700: #119FA2;
--teal-800: #0C7273;
--teal-900: #08494A;
--teal-950: #052D2E;
}