Teal
#00B3AA
CyanColor Codes
All color formats for development
HEX
#00B3AARGB
rgb(0, 179, 170)HSL
hsl(177, 100%, 35%)OKLCH
oklch(0.691 0.12 188.4)CMYK
cmyk(100%, 0%, 5%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A199
2#008F88
3#007D77
4#006B66
5#005955
6#004744
7#003633
8#002422
9#001211
Tints
Lighter variations
1#00D4C9
2#00F5E9
3#17FFF3
4#38FFF5
5#59FFF7
6#7AFFF8
7#9CFFFA
8#BDFFFC
9#DEFFFD
Tones
Muted variations
1#09AAA2
2#12A19A
3#1B9891
4#248F89
5#2D8681
6#367D79
7#3E7471
8#476B69
9#506261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF9 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DBFFFD;
--teal-200: #BDFFFC;
--teal-300: #8AFFF9;
--teal-400: #4DFFF6;
--teal-500: #1AFFF4;
--teal-600: #00E0D5;
--teal-700: #00B3AA;
--teal-800: #008079;
--teal-900: #00524E;
--teal-950: #003330;
}