Teal
#076078
CyanColor Codes
All color formats for development
HEX
#076078RGB
rgb(7, 96, 120)HSL
hsl(193, 89%, 25%)OKLCH
oklch(0.455 0.083 223.2)CMYK
cmyk(94%, 20%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06566C
2#064D60
3#054354
4#043A48
5#04303C
6#032630
7#021D24
8#011318
9#010A0C
Tints
Lighter variations
1#097D9D
2#0B99C1
3#0DB6E5
4#26C6F2
5#4AD0F4
6#6ED9F7
7#93E3F9
8#B7ECFB
9#DBF6FD
Tones
Muted variations
1#0D5D73
2#12596D
3#185667
4#1E5362
5#23505C
6#294D56
7#2F4951
8#34464B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 56D3 #56D3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26C6 #26C6F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA9 #0CA9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A86 #0A86A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0760 #076078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF6FD;
--teal-200: #C0EFFB;
--teal-300: #90E2F9;
--teal-400: #56D3F5;
--teal-500: #26C6F2;
--teal-600: #0CA9D4;
--teal-700: #0A86A9;
--teal-800: #076078;
--teal-900: #043D4D;
--teal-950: #032630;
}