Teal
#0790AB
CyanColor Codes
All color formats for development
HEX
#0790ABRGB
rgb(7, 144, 171)HSL
hsl(190, 92%, 35%)OKLCH
oklch(0.603 0.107 217.5)CMYK
cmyk(96%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06829A
2#067389
3#056578
4#045667
5#044856
6#033A45
7#022B33
8#011D22
9#010E11
Tints
Lighter variations
1#08ABCB
2#0AC5EB
3#20D2F6
4#40D9F7
5#60DFF8
6#80E5FA
7#A0ECFB
8#BFF2FC
9#DFF9FE
Tones
Muted variations
1#0F8BA3
2#18859B
3#208093
4#287A8B
5#307582
6#386F7A
7#416A72
8#49646A
9#515F61
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 | BFF2 #BFF2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE8 #8EE8FA | BordersInactive statesPlaceholder text |
| 400 | 54DC #54DCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D3 #23D3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B5 #09B5D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0790 #0790AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0567 #05677A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FE;
--teal-200: #BFF2FC;
--teal-300: #8EE8FA;
--teal-400: #54DCF8;
--teal-500: #23D3F6;
--teal-600: #09B5D7;
--teal-700: #0790AB;
--teal-800: #05677A;
--teal-900: #03424E;
--teal-950: #022931;
}