Teal
#06795B
GreenColor Codes
All color formats for development
HEX
#06795BRGB
rgb(6, 121, 91)HSL
hsl(164, 91%, 25%)OKLCH
oklch(0.512 0.103 167.8)CMYK
cmyk(95%, 0%, 25%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E52
2#056149
3#045540
4#034936
5#033D2D
6#023124
7#02251B
8#011812
9#010C09
Tints
Lighter variations
1#079E76
2#09C391
3#0BE7AD
4#24F5BD
5#48F6C8
6#6DF8D3
7#91FADE
8#B6FCE9
9#DAFDF4
Tones
Muted variations
1#0C7458
2#116E55
3#176853
4#1D6350
5#235D4D
6#29574B
7#2E5148
8#344B45
9#3A4642
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;
}