Teal
#078DAB
CyanColor Codes
All color formats for development
HEX
#078DABRGB
rgb(7, 141, 171)HSL
hsl(191, 92%, 35%)OKLCH
oklch(0.596 0.107 220.1)CMYK
cmyk(96%, 18%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#067F9A
2#067189
3#056378
4#045567
5#044756
6#033945
7#022A33
8#011C22
9#010E11
Tints
Lighter variations
1#08A7CB
2#0AC2EB
3#20CFF6
4#40D5F7
5#60DCF8
6#80E3FA
7#A0EAFB
8#BFF1FC
9#DFF8FE
Tones
Muted variations
1#0F88A3
2#18839B
3#207E93
4#28788B
5#307382
6#386E7A
7#416972
8#49646A
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FA | BordersInactive statesPlaceholder text |
| 400 | 54DA #54DAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23CF #23CFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B2 #09B2D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 078D #078DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0565 #05657A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FE;
--teal-200: #BFF1FC;
--teal-300: #8EE7FA;
--teal-400: #54DAF8;
--teal-500: #23CFF6;
--teal-600: #09B2D7;
--teal-700: #078DAB;
--teal-800: #05657A;
--teal-900: #03414E;
--teal-950: #022831;
}