Teal
#08AA7F
GreenColor Codes
All color formats for development
HEX
#08AA7FRGB
rgb(8, 170, 127)HSL
hsl(164, 91%, 35%)OKLCH
oklch(0.655 0.133 166.8)CMYK
cmyk(95%, 0%, 25%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079972
2#068866
3#067759
4#05664C
5#045540
6#034433
7#023326
8#022219
9#01110D
Tints
Lighter variations
1#0ACA97
2#0BEAAE
3#21F5BC
4#41F6C6
5#61F8CF
6#80F9D9
7#A0FBE2
8#C0FCEC
9#DFFEF5
Tones
Muted variations
1#10A27B
2#189A78
3#209274
4#298A70
5#31826C
6#397A68
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 #C0FCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADD | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FCEC;
--teal-300: #8FFADD;
--teal-400: #55F7CC;
--teal-500: #24F5BD;
--teal-600: #0AD6A0;
--teal-700: #08AA7F;
--teal-800: #067A5B;
--teal-900: #044E3A;
--teal-950: #023124;
}