Teal
#0B73A8
BlueColor Codes
All color formats for development
HEX
#0B73A8RGB
rgb(11, 115, 168)HSL
hsl(200, 88%, 35%)OKLCH
oklch(0.53 0.118 239.7)CMYK
cmyk(93%, 32%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6897
2#095C86
3#075175
4#064565
5#053A54
6#042E43
7#032332
8#021722
9#010C11
Tints
Lighter variations
1#0D89C7
2#0F9EE6
3#25ADF1
4#44B9F3
5#63C4F5
6#82D0F7
7#A2DCF9
8#C1E8FB
9#E0F3FD
Tones
Muted variations
1#1371A0
2#1A6E98
3#226C90
4#2A6988
5#326681
6#3A6479
7#426171
8#4A5E69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E8 #C1E8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D6 #91D6F8 | BordersInactive statesPlaceholder text |
| 400 | 57C0 #57C0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AE #27AEF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D91 #0D91D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B73 #0B73A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0852 #085278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0535 #05354D | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF2FD;
--teal-200: #C1E8FB;
--teal-300: #91D6F8;
--teal-400: #57C0F4;
--teal-500: #27AEF1;
--teal-600: #0D91D3;
--teal-700: #0B73A8;
--teal-800: #085278;
--teal-900: #05354D;
--teal-950: #032130;
}