Teal
#11A27D
CyanColor Codes
All color formats for development
HEX
#11A27DRGB
rgb(17, 162, 125)HSL
hsl(165, 81%, 35%)OKLCH
oklch(0.634 0.124 168.8)CMYK
cmyk(90%, 0%, 23%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9171
2#0E8164
3#0C7158
4#0A614B
5#08513F
6#074132
7#053026
8#032019
9#02100D
Tints
Lighter variations
1#14C095
2#17DEAC
3#2DE9BA
4#4BECC4
5#69EFCE
6#87F2D8
7#A5F6E1
8#C3F9EB
9#E1FCF5
Tones
Muted variations
1#189A7A
2#1F9376
3#278C73
4#2E856F
5#357D6B
6#3C7668
7#446F64
8#4B6860
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECA | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735A | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A39 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DFFCF4;
--teal-200: #C3F9EB;
--teal-300: #95F4DC;
--teal-400: #5DEECA;
--teal-500: #2FE9BB;
--teal-600: #15CB9E;
--teal-700: #11A27D;
--teal-800: #0C735A;
--teal-900: #084A39;
--teal-950: #052E24;
}