Teal
#09AA84
CyanColor Codes
All color formats for development
HEX
#09AA84RGB
rgb(9, 170, 132)HSL
hsl(166, 90%, 35%)OKLCH
oklch(0.657 0.13 169.4)CMYK
cmyk(95%, 0%, 22%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089977
2#07886A
3#06775C
4#05664F
5#045542
6#044435
7#033328
8#02221A
9#01110D
Tints
Lighter variations
1#0BC99D
2#0CE9B5
3#23F3C3
4#42F5CB
5#62F7D4
6#81F8DD
7#A1FAE5
8#C0FCEE
9#E0FDF6
Tones
Muted variations
1#11A280
2#199A7C
3#219177
4#298973
5#31816F
6#39796A
7#417166
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 #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E1 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FCEE;
--teal-300: #90F9E1;
--teal-400: #55F6D1;
--teal-500: #25F4C3;
--teal-600: #0BD5A6;
--teal-700: #09AA84;
--teal-800: #06795E;
--teal-900: #044E3C;
--teal-950: #033026;
}