Teal
#11606E
CyanColor Codes
All color formats for development
HEX
#11606ERGB
rgb(17, 96, 110)HSL
hsl(189, 73%, 25%)OKLCH
oklch(0.451 0.074 213.1)CMYK
cmyk(85%, 13%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5763
2#0E4D58
3#0C434D
4#0A3A42
5#093037
6#07272C
7#051D21
8#031316
9#020A0B
Tints
Lighter variations
1#167D8F
2#1C9AB0
3#21B7D2
4#38C7E0
5#5AD0E5
6#7BDAEA
7#9CE3F0
8#BDECF5
9#DEF6FA
Tones
Muted variations
1#165D6A
2#1B5A65
3#1F5760
4#24535C
5#285057
6#2D4D52
7#324A4E
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 | C6EF #C6EFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE2 #9AE2EF | BordersInactive statesPlaceholder text |
| 400 | 65D3 #65D3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C7 #38C7E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAA #1EAAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1887 #18879A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1160 #11606E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3E #0B3E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EFF6;
--teal-300: #9AE2EF;
--teal-400: #65D3E7;
--teal-500: #38C7E0;
--teal-600: #1EAAC2;
--teal-700: #18879A;
--teal-800: #11606E;
--teal-900: #0B3E47;
--teal-950: #07272C;
}