Teal
#11A28C
CyanColor Codes
All color formats for development
HEX
#11A28CRGB
rgb(17, 162, 140)HSL
hsl(171, 81%, 35%)OKLCH
oklch(0.639 0.115 178.2)CMYK
cmyk(90%, 0%, 14%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F917E
2#0E8170
3#0C7162
4#0A6154
5#085146
6#074138
7#05302A
8#03201C
9#02100E
Tints
Lighter variations
1#14C0A6
2#17DEC0
3#2DE9CD
4#4BECD4
5#69EFDB
6#87F2E2
7#A5F6E9
8#C3F9F1
9#E1FCF8
Tones
Muted variations
1#189A87
2#1F9382
3#278C7D
4#2E8578
5#357D73
6#3C766D
7#446F68
8#4B6863
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED8 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF7;
--teal-200: #C3F9F1;
--teal-300: #95F4E6;
--teal-400: #5DEED8;
--teal-500: #2FE9CD;
--teal-600: #15CBB0;
--teal-700: #11A28C;
--teal-800: #0C7364;
--teal-900: #084A40;
--teal-950: #052E28;
}