Teal
#00AAB3
CyanColor Codes
All color formats for development
HEX
#00AAB3RGB
rgb(0, 170, 179)HSL
hsl(183, 100%, 35%)OKLCH
oklch(0.672 0.114 201.5)CMYK
cmyk(100%, 5%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0099A1
2#00888F
3#00777D
4#00666B
5#005559
6#004447
7#003336
8#002224
9#001112
Tints
Lighter variations
1#00C9D4
2#00E9F5
3#17F3FF
4#38F5FF
5#59F7FF
6#7AF8FF
7#9CFAFF
8#BDFCFF
9#DEFDFF
Tones
Muted variations
1#09A2AA
2#129AA1
3#1B9198
4#24898F
5#2D8186
6#36797D
7#3E7174
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 | BDFC #BDFCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF9 #8AF9FF | BordersInactive statesPlaceholder text |
| 400 | 4DF6 #4DF6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF4 #1AF4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D5 #00D5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00AA #00AAB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0079 #007980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004E #004E52 | 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: #BDFCFF;
--teal-300: #8AF9FF;
--teal-400: #4DF6FF;
--teal-500: #1AF4FF;
--teal-600: #00D5E0;
--teal-700: #00AAB3;
--teal-800: #007980;
--teal-900: #004E52;
--teal-950: #003033;
}