Teal
#007580
CyanColor Codes
All color formats for development
HEX
#007580RGB
rgb(0, 117, 128)HSL
hsl(185, 100%, 25%)OKLCH
oklch(0.514 0.088 206.2)CMYK
cmyk(100%, 9%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#006973
2#005E66
3#005259
4#00464D
5#003A40
6#002F33
7#002326
8#00171A
9#000C0D
Tints
Lighter variations
1#0098A6
2#00BBCC
3#00DEF2
4#1AECFF
5#40EFFF
6#66F2FF
7#8CF5FF
8#B3F9FF
9#D9FCFF
Tones
Muted variations
1#067079
2#0D6A73
3#13656C
4#196066
5#205A60
6#265559
7#2D5053
8#334A4D
9#394546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DBFCFF;
--teal-200: #BDF9FF;
--teal-300: #8AF5FF;
--teal-400: #4DF0FF;
--teal-500: #1AECFF;
--teal-600: #00CEE0;
--teal-700: #00A4B3;
--teal-800: #007580;
--teal-900: #004B52;
--teal-950: #002F33;
}