Teal
#11A280
CyanColor Codes
All color formats for development
HEX
#11A280RGB
rgb(17, 162, 128)HSL
hsl(166, 81%, 35%)OKLCH
oklch(0.635 0.122 170.5)CMYK
cmyk(90%, 0%, 21%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9173
2#0E8166
3#0C7159
4#0A614D
5#085140
6#074133
7#053026
8#03201A
9#02100D
Tints
Lighter variations
1#14C098
2#17DEAF
3#2DE9BD
4#4BECC7
5#69EFD0
6#87F2D9
7#A5F6E3
8#C3F9EC
9#E1FCF6
Tones
Muted variations
1#189A7C
2#1F9378
3#278C74
4#2E8570
5#357D6D
6#3C7669
7#446F65
8#4B6861
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF5;
--teal-200: #C3F9EC;
--teal-300: #95F4DE;
--teal-400: #5DEECC;
--teal-500: #2FE9BE;
--teal-600: #15CBA1;
--teal-700: #11A280;
--teal-800: #0C735B;
--teal-900: #084A3A;
--teal-950: #052E25;
}