Teal
#0086B3
BlueColor Codes
All color formats for development
HEX
#0086B3RGB
rgb(0, 134, 179)HSL
hsl(195, 100%, 35%)OKLCH
oklch(0.581 0.117 230.9)CMYK
cmyk(100%, 25%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0078A1
2#006B8F
3#005E7D
4#00506B
5#004359
6#003647
7#002836
8#001B24
9#000D12
Tints
Lighter variations
1#009FD4
2#00B8F5
3#17C5FF
4#38CDFF
5#59D6FF
6#7ADEFF
7#9CE6FF
8#BDEEFF
9#DEF7FF
Tones
Muted variations
1#0981AA
2#127DA1
3#1B7898
4#24748F
5#2D7086
6#366B7D
7#3E6774
8#47626B
9#505E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DBF6FF;
--teal-200: #BDEEFF;
--teal-300: #8AE2FF;
--teal-400: #4DD2FF;
--teal-500: #1AC6FF;
--teal-600: #00A8E0;
--teal-700: #0086B3;
--teal-800: #006080;
--teal-900: #003D52;
--teal-950: #002633;
}