Teal
#0785AB
CyanColor Codes
All color formats for development
HEX
#0785ABRGB
rgb(7, 133, 171)HSL
hsl(194, 92%, 35%)OKLCH
oklch(0.575 0.11 227.1)CMYK
cmyk(96%, 22%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06789A
2#066A89
3#055D78
4#045067
5#044356
6#033545
7#022833
8#011B22
9#010D11
Tints
Lighter variations
1#089ECB
2#0AB6EB
3#20C4F6
4#40CCF7
5#60D5F8
6#80DDFA
7#A0E6FB
8#BFEEFC
9#DFF7FE
Tones
Muted variations
1#0F81A3
2#187C9B
3#207893
4#28748B
5#306F82
6#386B7A
7#416672
8#49626A
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FA | BordersInactive statesPlaceholder text |
| 400 | 54D2 #54D2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C5 #23C5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A7 #09A7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0785 #0785AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055F #055F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FE;
--teal-200: #BFEEFC;
--teal-300: #8EE1FA;
--teal-400: #54D2F8;
--teal-500: #23C5F6;
--teal-600: #09A7D7;
--teal-700: #0785AB;
--teal-800: #055F7A;
--teal-900: #033D4E;
--teal-950: #022631;
}