Teal
#0B7EA8
BlueColor Codes
All color formats for development
HEX
#0B7EA8RGB
rgb(11, 126, 168)HSL
hsl(196, 88%, 35%)OKLCH
oklch(0.557 0.11 231.2)CMYK
cmyk(93%, 25%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7197
2#096586
3#075875
4#064C65
5#053F54
6#043243
7#032632
8#021922
9#010D11
Tints
Lighter variations
1#0D95C7
2#0FADE6
3#25BBF1
4#44C4F3
5#63CEF5
6#82D8F7
7#A2E2F9
8#C1EBFB
9#E0F5FD
Tones
Muted variations
1#137AA0
2#1A7798
3#227390
4#2A6F88
5#326C81
6#3A6879
7#426471
8#4A6169
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 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF4FD;
--teal-200: #C1EBFB;
--teal-300: #91DCF8;
--teal-400: #57CAF4;
--teal-500: #27BBF1;
--teal-600: #0D9ED3;
--teal-700: #0B7EA8;
--teal-800: #085A78;
--teal-900: #053A4D;
--teal-950: #032430;
}