Teal
#115C6E
CyanColor Codes
All color formats for development
HEX
#115C6ERGB
rgb(17, 92, 110)HSL
hsl(192, 73%, 25%)OKLCH
oklch(0.44 0.074 218.7)CMYK
cmyk(85%, 16%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5363
2#0E4958
3#0C404D
4#0A3742
5#092E37
6#07252C
7#051C21
8#031216
9#02090B
Tints
Lighter variations
1#16778F
2#1C93B0
3#21AED2
4#38BFE0
5#5AC9E5
6#7BD4EA
7#9CDFF0
8#BDEAF5
9#DEF4FA
Tones
Muted variations
1#16596A
2#1B5665
3#1F5360
4#24515C
5#284E57
6#2D4B52
7#32484E
8#364549
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADE #9ADEEF | BordersInactive statesPlaceholder text |
| 400 | 65CD #65CDE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38BF #38BFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA1 #1EA1C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1880 #18809A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115C #115C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3B #0B3B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FA;
--teal-200: #C6ECF6;
--teal-300: #9ADEEF;
--teal-400: #65CDE7;
--teal-500: #38BFE0;
--teal-600: #1EA1C2;
--teal-700: #18809A;
--teal-800: #115C6E;
--teal-900: #0B3B47;
--teal-950: #07252C;
}