Teal
#006A80
CyanColor Codes
All color formats for development
HEX
#006A80RGB
rgb(0, 106, 128)HSL
hsl(190, 100%, 25%)OKLCH
oklch(0.484 0.087 218.7)CMYK
cmyk(100%, 17%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#006073
2#005566
3#004A59
4#00404D
5#003540
6#002A33
7#002026
8#00151A
9#000B0D
Tints
Lighter variations
1#008AA6
2#00AACC
3#00CAF2
4#1AD9FF
5#40DFFF
6#66E5FF
7#8CECFF
8#B3F2FF
9#D9F9FF
Tones
Muted variations
1#066679
2#0D6273
3#135D6C
4#195966
5#205560
6#265159
7#2D4C53
8#33484D
9#394446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF9 #DBF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEB #8AEBFF | BordersInactive statesPlaceholder text |
| 400 | 4DE1 #4DE1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD9 #1AD9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BB #00BBE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0095 #0095B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006A #006A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0044 #004452 | Primary textHigh emphasis contentDark headings |
| 950 | 002B #002B33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DBF9FF;
--teal-200: #BDF4FF;
--teal-300: #8AEBFF;
--teal-400: #4DE1FF;
--teal-500: #1AD9FF;
--teal-600: #00BBE0;
--teal-700: #0095B3;
--teal-800: #006A80;
--teal-900: #004452;
--teal-950: #002B33;
}