Teal
#09AA87
CyanColor Codes
All color formats for development
HEX
#09AA87RGB
rgb(9, 170, 135)HSL
hsl(167, 90%, 35%)OKLCH
oklch(0.658 0.127 171)CMYK
cmyk(95%, 0%, 21%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089979
2#07886C
3#06775E
4#056651
5#045543
6#044436
7#033328
8#02221B
9#01110D
Tints
Lighter variations
1#0BC9A0
2#0CE9B9
3#23F3C6
4#42F5CE
5#62F7D6
6#81F8DF
7#A1FAE7
8#C0FCEF
9#E0FDF7
Tones
Muted variations
1#11A282
2#199A7E
3#219179
4#298975
5#318170
6#39796B
7#417167
8#496962
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FCEF;
--teal-300: #90F9E2;
--teal-400: #55F6D3;
--teal-500: #25F4C7;
--teal-600: #0BD5A9;
--teal-700: #09AA87;
--teal-800: #067960;
--teal-900: #044E3E;
--teal-950: #033027;
}