Teal
#11A291
CyanColor Codes
All color formats for development
HEX
#11A291RGB
rgb(17, 162, 145)HSL
hsl(173, 81%, 35%)OKLCH
oklch(0.64 0.112 181.8)CMYK
cmyk(90%, 0%, 10%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9182
2#0E8174
3#0C7165
4#0A6157
5#085148
6#07413A
7#05302B
8#03201D
9#02100E
Tints
Lighter variations
1#14C0AC
2#17DEC6
3#2DE9D3
4#4BECD9
5#69EFE0
6#87F2E6
7#A5F6EC
8#C3F9F2
9#E1FCF9
Tones
Muted variations
1#189A8B
2#1F9386
3#278C80
4#2E857B
5#357D75
6#3C766F
7#446F6A
8#4B6864
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEDD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A42 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF8;
--teal-200: #C3F9F2;
--teal-300: #95F4E9;
--teal-400: #5DEEDD;
--teal-500: #2FE9D4;
--teal-600: #15CBB6;
--teal-700: #11A291;
--teal-800: #0C7367;
--teal-900: #084A42;
--teal-950: #052E29;
}