Teal
#08776E
CyanColor Codes
All color formats for development
HEX
#08776ERGB
rgb(8, 119, 110)HSL
hsl(175, 87%, 25%)OKLCH
oklch(0.513 0.088 185.6)CMYK
cmyk(93%, 0%, 8%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B63
2#075F58
3#06534D
4#054842
5#043C37
6#03302C
7#022421
8#021816
9#010C0B
Tints
Lighter variations
1#0B9B8F
2#0DBFB0
3#10E3D1
4#28F0DF
5#4CF3E5
6#70F5EA
7#94F8EF
8#B7FAF4
9#DBFDFA
Tones
Muted variations
1#0E7269
2#136C65
3#196760
4#1E615B
5#245B57
6#2A5652
7#2F504E
8#354B49
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7EF | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA79A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08776E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFDFA;
--teal-200: #C1FBF6;
--teal-300: #91F7EF;
--teal-400: #58F3E6;
--teal-500: #28F0DF;
--teal-600: #0FD2C2;
--teal-700: #0CA79A;
--teal-800: #08776E;
--teal-900: #054C46;
--teal-950: #03302C;
}