Teal
#11A293
CyanColor Codes
All color formats for development
HEX
#11A293RGB
rgb(17, 162, 147)HSL
hsl(174, 81%, 35%)OKLCH
oklch(0.641 0.111 183.2)CMYK
cmyk(90%, 0%, 9%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9184
2#0E8176
3#0C7167
4#0A6158
5#08514A
6#07413B
7#05302C
8#03201D
9#02100F
Tints
Lighter variations
1#14C0AE
2#17DECA
3#2DE9D6
4#4BECDC
5#69EFE2
6#87F2E8
7#A5F6ED
8#C3F9F3
9#E1FCF9
Tones
Muted variations
1#189A8D
2#1F9388
3#278C82
4#2E857C
5#357D76
6#3C7670
7#446F6B
8#4B6865
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EA | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A43 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF9;
--teal-200: #C3F9F3;
--teal-300: #95F4EA;
--teal-400: #5DEEE0;
--teal-500: #2FE9D7;
--teal-600: #15CBB9;
--teal-700: #11A293;
--teal-800: #0C7369;
--teal-900: #084A43;
--teal-950: #052E2A;
}