Teal
#00B3B3
CyanColor Codes
All color formats for development
HEX
#00B3B3RGB
rgb(0, 179, 179)HSL
hsl(180, 100%, 35%)OKLCH
oklch(0.694 0.119 194.8)CMYK
cmyk(100%, 0%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A1A1
2#008F8F
3#007D7D
4#006B6B
5#005959
6#004747
7#003636
8#002424
9#001212
Tints
Lighter variations
1#00D4D4
2#00F5F5
3#17FFFF
4#38FFFF
5#59FFFF
6#7AFFFF
7#9CFFFF
8#BDFFFF
9#DEFFFF
Tones
Muted variations
1#09AAAA
2#12A1A1
3#1B9898
4#248F8F
5#2D8686
6#367D7D
7#3E7474
8#476B6B
9#506262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFFF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005252 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFF;
--teal-100: #DBFFFF;
--teal-200: #BDFFFF;
--teal-300: #8AFFFF;
--teal-400: #4DFFFF;
--teal-500: #1AFFFF;
--teal-600: #00E0E0;
--teal-700: #00B3B3;
--teal-800: #008080;
--teal-900: #005252;
--teal-950: #003333;
}