Teal
#0B79A8
BlueColor Codes
All color formats for development
HEX
#0B79A8RGB
rgb(11, 121, 168)HSL
hsl(198, 88%, 35%)OKLCH
oklch(0.544 0.113 235.2)CMYK
cmyk(93%, 28%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6D97
2#096186
3#075475
4#064865
5#053C54
6#043043
7#032432
8#021822
9#010C11
Tints
Lighter variations
1#0D8FC7
2#0FA5E6
3#25B4F1
4#44BFF3
5#63C9F5
6#82D4F7
7#A2DFF9
8#C1EAFB
9#E0F4FD
Tones
Muted variations
1#1376A0
2#1A7298
3#226F90
4#2A6C88
5#326981
6#3A6679
7#426371
8#4A6069
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 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F8 | BordersInactive statesPlaceholder text |
| 400 | 57C5 #57C5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B5 #27B5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D98 #0D98D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B79 #0B79A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374D | 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: #C1EAFB;
--teal-300: #91D9F8;
--teal-400: #57C5F4;
--teal-500: #27B5F1;
--teal-600: #0D98D3;
--teal-700: #0B79A8;
--teal-800: #085678;
--teal-900: #05374D;
--teal-950: #032230;
}