Teal
#0B7BA8
BlueColor Codes
All color formats for development
HEX
#0B7BA8RGB
rgb(11, 123, 168)HSL
hsl(197, 88%, 35%)OKLCH
oklch(0.549 0.112 233.6)CMYK
cmyk(93%, 27%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6F97
2#096386
3#075675
4#064A65
5#053E54
6#043143
7#032532
8#021922
9#010C11
Tints
Lighter variations
1#0D92C7
2#0FA9E6
3#25B7F1
4#44C1F3
5#63CCF5
6#82D6F7
7#A2E0F9
8#C1EAFB
9#E0F5FD
Tones
Muted variations
1#1378A0
2#1A7498
3#227190
4#2A6E88
5#326A81
6#3A6779
7#426371
8#4A6069
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DB #91DBF8 | BordersInactive statesPlaceholder text |
| 400 | 57C8 #57C8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B8 #27B8F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9B #0D9BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7B #0B7BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0858 #085878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0538 #05384D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF4FD;
--teal-200: #C1EAFB;
--teal-300: #91DBF8;
--teal-400: #57C8F4;
--teal-500: #27B8F1;
--teal-600: #0D9BD3;
--teal-700: #0B7BA8;
--teal-800: #085878;
--teal-900: #05384D;
--teal-950: #032330;
}