Teal
#11636E
CyanColor Codes
All color formats for development
HEX
#11636ERGB
rgb(17, 99, 110)HSL
hsl(187, 73%, 25%)OKLCH
oklch(0.459 0.074 208.9)CMYK
cmyk(85%, 10%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5963
2#0E5058
3#0C464D
4#0A3C42
5#093237
6#07282C
7#051E21
8#031416
9#020A0B
Tints
Lighter variations
1#16818F
2#1C9FB0
3#21BDD2
4#38CCE0
5#5AD5E5
6#7BDDEA
7#9CE6F0
8#BDEEF5
9#DEF7FA
Tones
Muted variations
1#16606A
2#1B5C65
3#1F5960
4#24555C
5#285257
6#2D4E52
7#324A4E
8#364749
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D8 #65D8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CC #38CCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAF #1EAFC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188B #188B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1163 #11636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B40 #0B4047 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F7FA;
--teal-200: #C6F0F6;
--teal-300: #9AE5EF;
--teal-400: #65D8E7;
--teal-500: #38CCE0;
--teal-600: #1EAFC2;
--teal-700: #188B9A;
--teal-800: #11636E;
--teal-900: #0B4047;
--teal-950: #07282C;
}