Teal
#09AA8C
CyanColor Codes
All color formats for development
HEX
#09AA8CRGB
rgb(9, 170, 140)HSL
hsl(169, 90%, 35%)OKLCH
oklch(0.659 0.124 174)CMYK
cmyk(95%, 0%, 18%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08997E
2#078870
3#067762
4#056654
5#045546
6#044438
7#03332A
8#02221C
9#01110E
Tints
Lighter variations
1#0BC9A6
2#0CE9C0
3#23F3CD
4#42F5D4
5#62F7DB
6#81F8E2
7#A1FAEA
8#C0FCF1
9#E0FDF8
Tones
Muted variations
1#11A287
2#199A82
3#21917D
4#298978
5#318173
6#39796E
7#417169
8#496963
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF7;
--teal-200: #C0FCF1;
--teal-300: #90F9E6;
--teal-400: #55F6D9;
--teal-500: #25F4CE;
--teal-600: #0BD5B0;
--teal-700: #09AA8C;
--teal-800: #067964;
--teal-900: #044E40;
--teal-950: #033028;
}