Teal
#0788AB
CyanColor Codes
All color formats for development
HEX
#0788ABRGB
rgb(7, 136, 171)HSL
hsl(193, 92%, 35%)OKLCH
oklch(0.583 0.109 224.5)CMYK
cmyk(96%, 20%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#067A9A
2#066D89
3#055F78
4#045167
5#044456
6#033645
7#022933
8#011B22
9#010E11
Tints
Lighter variations
1#08A1CB
2#0ABAEB
3#20C7F6
4#40CFF7
5#60D7F8
6#80DFFA
7#A0E7FB
8#BFEFFC
9#DFF7FE
Tones
Muted variations
1#0F83A3
2#187E9B
3#207A93
4#28758B
5#307182
6#386C7A
7#416772
8#49636A
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 | BFEF #BFEFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FA | BordersInactive statesPlaceholder text |
| 400 | 54D4 #54D4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C8 #23C8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09AB #09ABD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0788 #0788AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0561 #05617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FE;
--teal-200: #BFEFFC;
--teal-300: #8EE3FA;
--teal-400: #54D4F8;
--teal-500: #23C8F6;
--teal-600: #09ABD7;
--teal-700: #0788AB;
--teal-800: #05617A;
--teal-900: #033E4E;
--teal-950: #022731;
}