Teal
#067960
CyanColor Codes
All color formats for development
HEX
#067960RGB
rgb(6, 121, 96)HSL
hsl(167, 91%, 25%)OKLCH
oklch(0.514 0.099 171.5)CMYK
cmyk(95%, 0%, 21%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E57
2#05614D
3#045544
4#03493A
5#033D30
6#023127
7#02251D
8#011813
9#010C0A
Tints
Lighter variations
1#079E7E
2#09C39B
3#0BE7B8
4#24F5C7
5#48F6D1
6#6DF8DA
7#91FAE3
8#B6FCEC
9#DAFDF6
Tones
Muted variations
1#0C745D
2#116E5A
3#176857
4#1D6353
5#235D50
6#29574D
7#2E514A
8#344B46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FCEF;
--teal-300: #8FFAE3;
--teal-400: #55F7D4;
--teal-500: #24F5C7;
--teal-600: #0AD6AA;
--teal-700: #08AA87;
--teal-800: #067A61;
--teal-900: #044E3E;
--teal-950: #023127;
}