Teal
#005B80
BlueColor Codes
All color formats for development
HEX
#005B80RGB
rgb(0, 91, 128)HSL
hsl(197, 100%, 25%)OKLCH
oklch(0.445 0.094 234.9)CMYK
cmyk(100%, 29%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005273
2#004966
3#004059
4#00374D
5#002E40
6#002533
7#001B26
8#00121A
9#00090D
Tints
Lighter variations
1#0077A6
2#0092CC
3#00AEF2
4#1ABEFF
5#40C9FF
6#66D4FF
7#8CDEFF
8#B3E9FF
9#D9F4FF
Tones
Muted variations
1#065979
2#0D5673
3#13536C
4#195066
5#204E60
6#264B59
7#2D4853
8#33454D
9#394346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEC #BDECFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADE #8ADEFF | BordersInactive statesPlaceholder text |
| 400 | 4DCC #4DCCFF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABE #1ABEFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A1 #00A1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0080 #0080B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005B #005B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003A #003A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DBF5FF;
--teal-200: #BDECFF;
--teal-300: #8ADEFF;
--teal-400: #4DCCFF;
--teal-500: #1ABEFF;
--teal-600: #00A1E0;
--teal-700: #0080B3;
--teal-800: #005B80;
--teal-900: #003A52;
--teal-950: #002533;
}