Teal
#09AA9C
CyanColor Codes
All color formats for development
HEX
#09AA9CRGB
rgb(9, 170, 156)HSL
hsl(175, 90%, 35%)OKLCH
oklch(0.664 0.116 184.5)CMYK
cmyk(95%, 0%, 8%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08998D
2#07887D
3#06776D
4#05665E
5#04554E
6#04443E
7#03332F
8#02221F
9#011110
Tints
Lighter variations
1#0BC9B9
2#0CE9D6
3#23F3E2
4#42F5E6
5#62F7EA
6#81F8EE
7#A1FAF3
8#C0FCF7
9#E0FDFB
Tones
Muted variations
1#11A295
2#199A8F
3#219188
4#298981
5#31817B
6#397974
7#41716D
8#496967
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F0 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFDFB;
--teal-200: #C0FCF7;
--teal-300: #90F9F0;
--teal-400: #55F6E9;
--teal-500: #25F4E2;
--teal-600: #0BD5C4;
--teal-700: #09AA9C;
--teal-800: #067970;
--teal-900: #044E47;
--teal-950: #03302D;
}