Teal
#07785C
CyanColor Codes
All color formats for development
HEX
#07785CRGB
rgb(7, 120, 92)HSL
hsl(165, 89%, 25%)OKLCH
oklch(0.51 0.1 169)CMYK
cmyk(94%, 0%, 23%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C53
2#06604A
3#055440
4#044837
5#043C2E
6#033025
7#02241C
8#011812
9#010C09
Tints
Lighter variations
1#099D78
2#0BC193
3#0DE5AF
4#26F2BF
5#4AF4CA
6#6EF7D5
7#93F9DF
8#B7FBEA
9#DBFDF4
Tones
Muted variations
1#0D7359
2#126D56
3#186754
4#1E6251
5#235C4E
6#29564B
7#2F5148
8#344B45
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5CD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FBED;
--teal-300: #90F9DE;
--teal-400: #56F5CD;
--teal-500: #26F2BF;
--teal-600: #0CD4A2;
--teal-700: #0AA981;
--teal-800: #07785C;
--teal-900: #044D3B;
--teal-950: #033025;
}