Teal
#067A5F
CyanColor Codes
All color formats for development
HEX
#067A5FRGB
rgb(6, 122, 95)HSL
hsl(166, 91%, 25%)OKLCH
oklch(0.516 0.101 170.1)CMYK
cmyk(95%, 0%, 22%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E55
2#05614C
3#045542
4#034939
5#033D2F
6#023126
7#02251C
8#011813
9#010C09
Tints
Lighter variations
1#079E7B
2#09C398
3#0BE7B4
4#24F5C4
5#48F6CE
6#6DF8D8
7#91FAE1
8#B6FCEB
9#DAFDF5
Tones
Muted variations
1#0C745C
2#116E59
3#176855
4#1D6352
5#235D4F
6#29574C
7#2E5149
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 #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF6;
--teal-200: #C0FCEE;
--teal-300: #8FFAE1;
--teal-400: #55F7D1;
--teal-500: #24F5C4;
--teal-600: #0AD6A7;
--teal-700: #08AA85;
--teal-800: #067A5F;
--teal-900: #044E3D;
--teal-950: #023126;
}