Teal
#006680
CyanColor Codes
All color formats for development
HEX
#006680RGB
rgb(0, 102, 128)HSL
hsl(192, 100%, 25%)OKLCH
oklch(0.474 0.088 223.2)CMYK
cmyk(100%, 20%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005C73
2#005266
3#004759
4#003D4D
5#003340
6#002933
7#001F26
8#00141A
9#000A0D
Tints
Lighter variations
1#0085A6
2#00A3CC
3#00C2F2
4#1AD1FF
5#40D9FF
6#66E0FF
7#8CE8FF
8#B3F0FF
9#D9F7FF
Tones
Muted variations
1#066279
2#0D5E73
3#135B6C
4#195766
5#205360
6#264F59
7#2D4B53
8#33474D
9#394446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF8 #DBF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE8 #8AE8FF | BordersInactive statesPlaceholder text |
| 400 | 4DDB #4DDBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD1 #1AD1FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B4 #00B4E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008F #008FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0066 #006680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0041 #004152 | Primary textHigh emphasis contentDark headings |
| 950 | 0029 #002933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DBF8FF;
--teal-200: #BDF2FF;
--teal-300: #8AE8FF;
--teal-400: #4DDBFF;
--teal-500: #1AD1FF;
--teal-600: #00B4E0;
--teal-700: #008FB3;
--teal-800: #006680;
--teal-900: #004152;
--teal-950: #002933;
}