Teal
#0083B3
BlueColor Codes
All color formats for development
HEX
#0083B3RGB
rgb(0, 131, 179)HSL
hsl(196, 100%, 35%)OKLCH
oklch(0.574 0.119 233.2)CMYK
cmyk(100%, 27%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0076A1
2#00698F
3#005C7D
4#004F6B
5#004159
6#003447
7#002736
8#001A24
9#000D12
Tints
Lighter variations
1#009BD4
2#00B4F5
3#17C1FF
4#38CAFF
5#59D3FF
6#7ADCFF
7#9CE4FF
8#BDEDFF
9#DEF6FF
Tones
Muted variations
1#097FAA
2#127BA1
3#1B7698
4#24728F
5#2D6E86
6#366A7D
7#3E6674
8#47626B
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 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | 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: #BDEDFF;
--teal-300: #8AE0FF;
--teal-400: #4DCFFF;
--teal-500: #1AC2FF;
--teal-600: #00A5E0;
--teal-700: #0083B3;
--teal-800: #005E80;
--teal-900: #003C52;
--teal-950: #002533;
}