Teal
#11A295
CyanColor Codes
All color formats for development
HEX
#11A295RGB
rgb(17, 162, 149)HSL
hsl(175, 81%, 35%)OKLCH
oklch(0.642 0.111 184.7)CMYK
cmyk(90%, 0%, 8%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9187
2#0E8178
3#0C7169
4#0A615A
5#08514B
6#07413C
7#05302D
8#03201E
9#02100F
Tints
Lighter variations
1#14C0B1
2#17DECD
3#2DE9D9
4#4BECDF
5#69EFE4
6#87F2E9
7#A5F6EF
8#C3F9F4
9#E1FCFA
Tones
Muted variations
1#189A8F
2#1F9389
3#278C83
4#2E857D
5#357D77
6#3C7671
7#446F6B
8#4B6865
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCF9;
--teal-200: #C3F9F4;
--teal-300: #95F4EC;
--teal-400: #5DEEE2;
--teal-500: #2FE9DA;
--teal-600: #15CBBC;
--teal-700: #11A295;
--teal-800: #0C736B;
--teal-900: #084A44;
--teal-950: #052E2B;
}