Teal
#067968
CyanColor Codes
All color formats for development
HEX
#067968RGB
rgb(6, 121, 104)HSL
hsl(171, 91%, 25%)OKLCH
oklch(0.516 0.094 178.2)CMYK
cmyk(95%, 0%, 14%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E5E
2#056153
3#045549
4#03493F
5#033D34
6#02312A
7#02251F
8#011815
9#010C0A
Tints
Lighter variations
1#079E88
2#09C3A7
3#0BE7C6
4#24F5D5
5#48F6DC
6#6DF8E3
7#91FAEA
8#B6FCF1
9#DAFDF8
Tones
Muted variations
1#0C7464
2#116E60
3#17685C
4#1D6358
5#235D54
6#295750
7#2E514C
8#344B48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DF | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFDF9;
--teal-200: #C0FCF3;
--teal-300: #8FFAEA;
--teal-400: #55F7DF;
--teal-500: #24F5D5;
--teal-600: #0AD6B8;
--teal-700: #08AA92;
--teal-800: #067A68;
--teal-900: #044E43;
--teal-950: #02312A;
}