Teal
#11656E
CyanColor Codes
All color formats for development
HEX
#11656ERGB
rgb(17, 101, 110)HSL
hsl(186, 73%, 25%)OKLCH
oklch(0.465 0.075 206.2)CMYK
cmyk(85%, 8%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5B63
2#0E5158
3#0C474D
4#0A3D42
5#093237
6#07282C
7#051E21
8#031416
9#020A0B
Tints
Lighter variations
1#16838F
2#1CA2B0
3#21C0D2
4#38CFE0
5#5AD7E5
6#7BDFEA
7#9CE7F0
8#BDEFF5
9#DEF7FA
Tones
Muted variations
1#16616A
2#1B5E65
3#1F5A60
4#24565C
5#285257
6#2D4F52
7#324B4E
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 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | 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: #E0F8FA;
--teal-200: #C6F1F6;
--teal-300: #9AE7EF;
--teal-400: #65DAE7;
--teal-500: #38CFE0;
--teal-600: #1EB2C2;
--teal-700: #188D9A;
--teal-800: #11656E;
--teal-900: #0B4147;
--teal-950: #07282C;
}