Teal
#119DA2
CyanColor Codes
All color formats for development
HEX
#119DA2RGB
rgb(17, 157, 162)HSL
hsl(182, 81%, 35%)OKLCH
oklch(0.633 0.105 198.9)CMYK
cmyk(90%, 3%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8D91
2#0E7D81
3#0C6E71
4#0A5E61
5#084E51
6#073F41
7#052F30
8#031F20
9#021010
Tints
Lighter variations
1#14BAC0
2#17D7DE
3#2DE3E9
4#4BE7EC
5#69EBEF
6#87EFF2
7#A5F3F6
8#C3F7F9
9#E1FBFC
Tones
Muted variations
1#18969A
2#1F8F93
3#27888C
4#2E8285
5#357B7D
6#3C7476
7#446D6F
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 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F1 #95F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE9 #5DE9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE3 #2FE3E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C5 #15C5CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119D #119DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C70 #0C7073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #08484A | 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: #C3F7F9;
--teal-300: #95F1F4;
--teal-400: #5DE9EE;
--teal-500: #2FE3E9;
--teal-600: #15C5CB;
--teal-700: #119DA2;
--teal-800: #0C7073;
--teal-900: #08484A;
--teal-950: #052D2E;
}