Teal
#08775D
CyanColor Codes
All color formats for development
HEX
#08775DRGB
rgb(8, 119, 93)HSL
hsl(166, 87%, 25%)OKLCH
oklch(0.507 0.098 170.3)CMYK
cmyk(93%, 0%, 22%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B54
2#075F4B
3#065341
4#054838
5#043C2F
6#033025
7#02241C
8#021813
9#010C09
Tints
Lighter variations
1#0B9B79
2#0DBF95
3#10E3B1
4#28F0C1
5#4CF3CC
6#70F5D6
7#94F8E0
8#B7FAEA
9#DBFDF5
Tones
Muted variations
1#0E725A
2#136C57
3#196754
4#1E6151
5#245B4F
6#2A564C
7#2F5049
8#354B46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C3C | 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: #DEFDF5;
--teal-200: #C1FBED;
--teal-300: #91F7E0;
--teal-400: #58F3CF;
--teal-500: #28F0C1;
--teal-600: #0FD2A4;
--teal-700: #0CA783;
--teal-800: #08775D;
--teal-900: #054C3C;
--teal-950: #033025;
}