Teal
#0793AB
CyanColor Codes
All color formats for development
HEX
#0793ABRGB
rgb(7, 147, 171)HSL
hsl(189, 92%, 35%)OKLCH
oklch(0.611 0.107 214.8)CMYK
cmyk(96%, 14%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06849A
2#067589
3#056778
4#045867
5#044956
6#033B45
7#022C33
8#011D22
9#010F11
Tints
Lighter variations
1#08AECB
2#0AC9EB
3#20D6F6
4#40DCF7
5#60E1F8
6#80E7FA
7#A0EDFB
8#BFF3FC
9#DFF9FE
Tones
Muted variations
1#0F8DA3
2#18879B
3#208193
4#287C8B
5#307682
6#38707A
7#416A72
8#49656A
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEA #8EEAFA | BordersInactive statesPlaceholder text |
| 400 | 54DF #54DFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D6 #23D6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B8 #09B8D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0793 #0793AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0569 #05697A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF9FE;
--teal-200: #BFF3FC;
--teal-300: #8EEAFA;
--teal-400: #54DFF8;
--teal-500: #23D6F6;
--teal-600: #09B8D7;
--teal-700: #0793AB;
--teal-800: #05697A;
--teal-900: #03434E;
--teal-950: #022A31;
}