Teal
#119AA2
CyanColor Codes
All color formats for development
HEX
#119AA2RGB
rgb(17, 154, 162)HSL
hsl(183, 81%, 35%)OKLCH
oklch(0.626 0.104 201.5)CMYK
cmyk(90%, 5%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F8B91
2#0E7B81
3#0C6C71
4#0A5D61
5#084D51
6#073E41
7#052E30
8#031F20
9#020F10
Tints
Lighter variations
1#14B7C0
2#17D4DE
3#2DE0E9
4#4BE4EC
5#69E9EF
6#87EDF2
7#A5F2F6
8#C3F6F9
9#E1FBFC
Tones
Muted variations
1#18949A
2#1F8D93
3#27878C
4#2E8085
5#357A7D
6#3C7376
7#446D6F
8#4B6668
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE7 #5DE7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE0 #2FE0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C2 #15C2CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119A #119AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6E #0C6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #08474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFAFC;
--teal-200: #C3F6F9;
--teal-300: #95EFF4;
--teal-400: #5DE7EE;
--teal-500: #2FE0E9;
--teal-600: #15C2CB;
--teal-700: #119AA2;
--teal-800: #0C6E73;
--teal-900: #08474A;
--teal-950: #052C2E;
}