Teal
#08785C
CyanColor Codes
All color formats for development
HEX
#08785CRGB
rgb(8, 120, 92)HSL
hsl(165, 88%, 25%)OKLCH
oklch(0.51 0.1 169)CMYK
cmyk(93%, 0%, 23%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C53
2#066049
3#055440
4#054837
5#043C2E
6#033025
7#02241C
8#021812
9#010C09
Tints
Lighter variations
1#0A9C77
2#0CC093
3#0FE4AE
4#27F1BF
5#4BF4C9
6#6FF6D4
7#93F8DF
8#B7FAEA
9#DBFDF4
Tones
Muted variations
1#0D7259
2#136D56
3#186753
4#1E6151
5#245C4E
6#29564B
7#2F5148
8#354B45
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 | C1FB #C1FBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3B | 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: #C1FBEC;
--teal-300: #91F8DE;
--teal-400: #57F4CD;
--teal-500: #27F1BF;
--teal-600: #0DD3A2;
--teal-700: #0BA881;
--teal-800: #08785C;
--teal-900: #054D3B;
--teal-950: #033025;
}