Teal
#0080B3
BlueColor Codes
All color formats for development
HEX
#0080B3RGB
rgb(0, 128, 179)HSL
hsl(197, 100%, 35%)OKLCH
oklch(0.567 0.121 235.4)CMYK
cmyk(100%, 28%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0073A1
2#00668F
3#005A7D
4#004D6B
5#004059
6#003347
7#002636
8#001A24
9#000D12
Tints
Lighter variations
1#0098D4
2#00AFF5
3#17BDFF
4#38C7FF
5#59D0FF
6#7AD9FF
7#9CE3FF
8#BDECFF
9#DEF6FF
Tones
Muted variations
1#097CAA
2#1278A1
3#1B7498
4#24708F
5#2D6D86
6#36697D
7#3E6574
8#47616B
9#505D62
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;
}