Teal
#006480
CyanColor Codes
All color formats for development
HEX
#006480RGB
rgb(0, 100, 128)HSL
hsl(193, 100%, 25%)OKLCH
oklch(0.468 0.089 225.5)CMYK
cmyk(100%, 22%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005A73
2#005066
3#004659
4#003C4D
5#003240
6#002833
7#001E26
8#00141A
9#000A0D
Tints
Lighter variations
1#0082A6
2#00A0CC
3#00BEF2
4#1ACDFF
5#40D6FF
6#66DEFF
7#8CE6FF
8#B3EEFF
9#D9F7FF
Tones
Muted variations
1#066079
2#0D5D73
3#13596C
4#195566
5#205260
6#264E59
7#2D4B53
8#33474D
9#394346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DBF7FF;
--teal-200: #BDF1FF;
--teal-300: #8AE6FF;
--teal-400: #4DD8FF;
--teal-500: #1ACDFF;
--teal-600: #00B0E0;
--teal-700: #008CB3;
--teal-800: #006480;
--teal-900: #004052;
--teal-950: #002833;
}