Teal
#067966
CyanColor Codes
All color formats for development
HEX
#067966RGB
rgb(6, 121, 102)HSL
hsl(170, 91%, 25%)OKLCH
oklch(0.516 0.095 176.5)CMYK
cmyk(95%, 0%, 16%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E5C
2#056152
3#045548
4#03493D
5#033D33
6#023129
7#02251F
8#011814
9#010C0A
Tints
Lighter variations
1#079E85
2#09C3A4
3#0BE7C3
4#24F5D2
5#48F6D9
6#6DF8E1
7#91FAE8
8#B6FCF0
9#DAFDF7
Tones
Muted variations
1#0C7463
2#116E5F
3#17685B
4#1D6357
5#235D53
6#29574F
7#2E514B
8#344B47
9#3A4644
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 #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FCF2;
--teal-300: #8FFAE8;
--teal-400: #55F7DC;
--teal-500: #24F5D2;
--teal-600: #0AD6B4;
--teal-700: #08AA8F;
--teal-800: #067A66;
--teal-900: #044E42;
--teal-950: #023129;
}