Teal
#0D5173
BlueColor Codes
All color formats for development
HEX
#0D5173RGB
rgb(13, 81, 115)HSL
hsl(200, 80%, 25%)OKLCH
oklch(0.413 0.084 237.1)CMYK
cmyk(89%, 30%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4967
2#0A415C
3#093950
4#083045
5#062839
6#05202E
7#041822
8#031017
9#01080B
Tints
Lighter variations
1#116995
2#1481B8
3#1899DA
4#30ABE8
5#53B9EC
6#75C7F0
7#98D5F4
8#BAE3F7
9#DDF1FB
Tones
Muted variations
1#124F6E
2#174D69
3#1C4C63
4#214A5E
5#264859
6#2B4754
7#30454F
8#36434A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBE #5EBEED | Disabled statesSecondary iconsMuted text |
| 500 | 30AB #30ABE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168E #168ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1271 #1271A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #083449 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF2FB;
--teal-200: #C3E7F8;
--teal-300: #95D4F3;
--teal-400: #5EBEED;
--teal-500: #30ABE8;
--teal-600: #168ECA;
--teal-700: #1271A1;
--teal-800: #0D5173;
--teal-900: #083449;
--teal-950: #05202E;
}