Teal
#115F6E
CyanColor Codes
All color formats for development
HEX
#115F6ERGB
rgb(17, 95, 110)HSL
hsl(190, 73%, 25%)OKLCH
oklch(0.449 0.074 214.5)CMYK
cmyk(85%, 14%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5563
2#0E4C58
3#0C424D
4#0A3942
5#092F37
6#07262C
7#051C21
8#031316
9#02090B
Tints
Lighter variations
1#167B8F
2#1C98B0
3#21B4D2
4#38C4E0
5#5ACEE5
6#7BD8EA
7#9CE2F0
8#BDEBF5
9#DEF5FA
Tones
Muted variations
1#165C6A
2#1B5965
3#1F5560
4#24525C
5#284F57
6#2D4C52
7#32494E
8#364649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C4 #38C4E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA7 #1EA7C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1885 #18859A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115F #115F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3D #0B3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EEF6;
--teal-300: #9AE1EF;
--teal-400: #65D1E7;
--teal-500: #38C4E0;
--teal-600: #1EA7C2;
--teal-700: #18859A;
--teal-800: #115F6E;
--teal-900: #0B3D47;
--teal-950: #07262C;
}