Teal
#006C80
CyanColor Codes
All color formats for development
HEX
#006C80RGB
rgb(0, 108, 128)HSL
hsl(189, 100%, 25%)OKLCH
oklch(0.49 0.087 216.4)CMYK
cmyk(100%, 16%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#006273
2#005766
3#004C59
4#00414D
5#003640
6#002B33
7#002126
8#00161A
9#000B0D
Tints
Lighter variations
1#008DA6
2#00ADCC
3#00CEF2
4#1ADDFF
5#40E2FF
6#66E8FF
7#8CEEFF
8#B3F4FF
9#D9F9FF
Tones
Muted variations
1#066879
2#0D6373
3#135F6C
4#195B66
5#205660
6#265259
7#2D4D53
8#33494D
9#394446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF5 #BDF5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AED #8AEDFF | BordersInactive statesPlaceholder text |
| 400 | 4DE4 #4DE4FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ADD #1ADDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BF #00BFE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0098 #0098B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006C #006C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0045 #004552 | 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: #F0FDFF;
--teal-100: #DBFAFF;
--teal-200: #BDF5FF;
--teal-300: #8AEDFF;
--teal-400: #4DE4FF;
--teal-500: #1ADDFF;
--teal-600: #00BFE0;
--teal-700: #0098B3;
--teal-800: #006C80;
--teal-900: #004552;
--teal-950: #002B33;
}