Teal
#0B81A8
BlueColor Codes
All color formats for development
HEX
#0B81A8RGB
rgb(11, 129, 168)HSL
hsl(195, 88%, 35%)OKLCH
oklch(0.564 0.109 228.6)CMYK
cmyk(93%, 23%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7497
2#096786
3#075A75
4#064D65
5#054054
6#043343
7#032732
8#021A22
9#010D11
Tints
Lighter variations
1#0D98C7
2#0FB0E6
3#25BEF1
4#44C7F3
5#63D1F5
6#82DAF7
7#A2E3F9
8#C1ECFB
9#E0F6FD
Tones
Muted variations
1#137DA0
2#1A7998
3#227590
4#2A7188
5#326D81
6#3A6979
7#426571
8#4A6169
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EC #C1ECFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DE #91DEF8 | BordersInactive statesPlaceholder text |
| 400 | 57CD #57CDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BF #27BFF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA2 #0DA2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B81 #0B81A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085C #085C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053B #053B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF5FD;
--teal-200: #C1ECFB;
--teal-300: #91DEF8;
--teal-400: #57CDF4;
--teal-500: #27BFF1;
--teal-600: #0DA2D3;
--teal-700: #0B81A8;
--teal-800: #085C78;
--teal-900: #053B4D;
--teal-950: #032530;
}