Teal
#077867
CyanColor Codes
All color formats for development
HEX
#077867RGB
rgb(7, 120, 103)HSL
hsl(171, 89%, 25%)OKLCH
oklch(0.513 0.093 178.1)CMYK
cmyk(94%, 0%, 14%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C5D
2#066053
3#055448
4#04483E
5#043C34
6#033029
7#02241F
8#011815
9#010C0A
Tints
Lighter variations
1#099D87
2#0BC1A6
3#0DE5C5
4#26F2D4
5#4AF4DB
6#6EF7E2
7#93F9E9
8#B7FBF1
9#DBFDF8
Tones
Muted variations
1#0D7363
2#126D60
3#18675C
4#1E6258
5#235C54
6#295650
7#2F514C
8#344B48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C0FBF3;
--teal-300: #90F9E9;
--teal-400: #56F5DD;
--teal-500: #26F2D4;
--teal-600: #0CD4B6;
--teal-700: #0AA991;
--teal-800: #077867;
--teal-900: #044D42;
--teal-950: #033029;
}