Teal
#067964
CyanColor Codes
All color formats for development
HEX
#067964RGB
rgb(6, 121, 100)HSL
hsl(169, 91%, 25%)OKLCH
oklch(0.515 0.096 174.8)CMYK
cmyk(95%, 0%, 17%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E5A
2#056150
3#045546
4#03493C
5#033D32
6#023128
7#02251E
8#011814
9#010C0A
Tints
Lighter variations
1#079E83
2#09C3A1
3#0BE7BF
4#24F5CE
5#48F6D6
6#6DF8DF
7#91FAE7
8#B6FCEF
9#DAFDF7
Tones
Muted variations
1#0C7461
2#116E5D
3#176859
4#1D6356
5#235D52
6#29574E
7#2E514B
8#344B47
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE6 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF7;
--teal-200: #C0FCF1;
--teal-300: #8FFAE6;
--teal-400: #55F7D9;
--teal-500: #24F5CE;
--teal-600: #0AD6B1;
--teal-700: #08AA8D;
--teal-800: #067A64;
--teal-900: #044E40;
--teal-950: #023128;
}