Teal
#00A4B3
CyanColor Codes
All color formats for development
HEX
#00A4B3RGB
rgb(0, 164, 179)HSL
hsl(185, 100%, 35%)OKLCH
oklch(0.656 0.112 206.3)CMYK
cmyk(100%, 8%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0093A1
2#00838F
3#00737D
4#00626B
5#005259
6#004147
7#003136
8#002124
9#001012
Tints
Lighter variations
1#00C2D4
2#00E0F5
3#17ECFF
4#38EEFF
5#59F1FF
6#7AF4FF
7#9CF7FF
8#BDF9FF
9#DEFCFF
Tones
Muted variations
1#099CAA
2#1295A1
3#1B8D98
4#24868F
5#2D7E86
6#36777D
7#3E7074
8#47686B
9#506162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DBFCFF;
--teal-200: #BDF9FF;
--teal-300: #8AF5FF;
--teal-400: #4DF0FF;
--teal-500: #1AECFF;
--teal-600: #00CEE0;
--teal-700: #00A4B3;
--teal-800: #007580;
--teal-900: #004B52;
--teal-950: #002F33;
}