Teal
#08AA82
CyanColor Codes
All color formats for development
HEX
#08AA82RGB
rgb(8, 170, 130)HSL
hsl(165, 91%, 35%)OKLCH
oklch(0.656 0.131 168.3)CMYK
cmyk(95%, 0%, 24%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079975
2#068868
3#06775B
4#05664E
5#045541
6#034434
7#023327
8#02221A
9#01110D
Tints
Lighter variations
1#0ACA9A
2#0BEAB2
3#21F5C0
4#41F6C9
5#61F8D2
6#80F9DB
7#A0FBE4
8#C0FCED
9#DFFEF6
Tones
Muted variations
1#10A27E
2#189A7A
3#209276
4#298A72
5#31826E
6#397A69
7#417265
8#496961
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CE | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FCED;
--teal-300: #8FFADF;
--teal-400: #55F7CE;
--teal-500: #24F5C0;
--teal-600: #0AD6A3;
--teal-700: #08AA82;
--teal-800: #067A5D;
--teal-900: #044E3B;
--teal-950: #023125;
}