Teal
#00B3A4
CyanColor Codes
All color formats for development
HEX
#00B3A4RGB
rgb(0, 179, 164)HSL
hsl(175, 100%, 35%)OKLCH
oklch(0.689 0.122 184.4)CMYK
cmyk(100%, 0%, 8%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A193
2#008F83
3#007D73
4#006B62
5#005952
6#004741
7#003631
8#002421
9#001210
Tints
Lighter variations
1#00D4C2
2#00F5E0
3#17FFEC
4#38FFEE
5#59FFF1
6#7AFFF4
7#9CFFF7
8#BDFFF9
9#DEFFFC
Tones
Muted variations
1#09AA9C
2#12A195
3#1B988D
4#248F86
5#2D867E
6#367D77
7#3E7470
8#476B68
9#506261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF5 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524B | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DBFFFC;
--teal-200: #BDFFF9;
--teal-300: #8AFFF5;
--teal-400: #4DFFF0;
--teal-500: #1AFFEC;
--teal-600: #00E0CE;
--teal-700: #00B3A4;
--teal-800: #008075;
--teal-900: #00524B;
--teal-950: #00332F;
}