Teal
#0B76A8
BlueColor Codes
All color formats for development
HEX
#0B76A8RGB
rgb(11, 118, 168)HSL
hsl(199, 88%, 35%)OKLCH
oklch(0.537 0.115 237.5)CMYK
cmyk(93%, 30%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6A97
2#095E86
3#075375
4#064765
5#053B54
6#042F43
7#032332
8#021822
9#010C11
Tints
Lighter variations
1#0D8CC7
2#0FA2E6
3#25B0F1
4#44BCF3
5#63C7F5
6#82D2F7
7#A2DDF9
8#C1E9FB
9#E0F4FD
Tones
Muted variations
1#1373A0
2#1A7098
3#226D90
4#2A6B88
5#326881
6#3A6579
7#426271
8#4A5F69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF3FD;
--teal-200: #C1E9FB;
--teal-300: #91D7F8;
--teal-400: #57C3F4;
--teal-500: #27B1F1;
--teal-600: #0D94D3;
--teal-700: #0B76A8;
--teal-800: #085478;
--teal-900: #05364D;
--teal-950: #032230;
}