Teal
#09AA91
CyanColor Codes
All color formats for development
HEX
#09AA91RGB
rgb(9, 170, 145)HSL
hsl(171, 90%, 35%)OKLCH
oklch(0.66 0.121 177.1)CMYK
cmyk(95%, 0%, 15%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089983
2#078874
3#067766
4#056657
5#045549
6#04443A
7#03332C
8#02221D
9#01110F
Tints
Lighter variations
1#0BC9AC
2#0CE9C8
3#23F3D4
4#42F5DA
5#62F7E0
6#81F8E6
7#A1FAED
8#C0FCF3
9#E0FDF9
Tones
Muted variations
1#11A28C
2#199A86
3#219181
4#29897B
5#318175
6#397970
7#41716A
8#496964
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FCF3;
--teal-300: #90F9E9;
--teal-400: #55F6DE;
--teal-500: #25F4D5;
--teal-600: #0BD5B7;
--teal-700: #09AA91;
--teal-800: #067968;
--teal-900: #044E43;
--teal-950: #03302A;
}