Teal
#00A7B3
CyanColor Codes
All color formats for development
HEX
#00A7B3RGB
rgb(0, 167, 179)HSL
hsl(184, 100%, 35%)OKLCH
oklch(0.664 0.113 203.9)CMYK
cmyk(100%, 7%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0096A1
2#00858F
3#00757D
4#00646B
5#005359
6#004347
7#003236
8#002124
9#001112
Tints
Lighter variations
1#00C6D4
2#00E4F5
3#17F0FF
4#38F2FF
5#59F4FF
6#7AF6FF
7#9CF8FF
8#BDFBFF
9#DEFDFF
Tones
Muted variations
1#099FAA
2#1297A1
3#1B8F98
4#24888F
5#2D8086
6#36787D
7#3E7074
8#47696B
9#506162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DBFDFF;
--teal-200: #BDFBFF;
--teal-300: #8AF7FF;
--teal-400: #4DF3FF;
--teal-500: #1AF0FF;
--teal-600: #00D1E0;
--teal-700: #00A7B3;
--teal-800: #007780;
--teal-900: #004C52;
--teal-950: #003033;
}