Teal
#0D5972
BlueColor Codes
All color formats for development
HEX
#0D5972RGB
rgb(13, 89, 114)HSL
hsl(195, 80%, 25%)OKLCH
oklch(0.434 0.079 226.6)CMYK
cmyk(89%, 22%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5067
2#0A475C
3#093E50
4#083645
5#062D39
6#05242E
7#041B22
8#031217
9#01090B
Tints
Lighter variations
1#117495
2#148FB8
3#18AADA
4#30BAE8
5#53C6EC
6#75D1F0
7#98DDF4
8#BAE8F7
9#DDF4FB
Tones
Muted variations
1#12576E
2#175469
3#1C5263
4#214F5E
5#264D59
6#2B4A54
7#30474F
8#36454A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C3EBF8;
--teal-300: #95DCF3;
--teal-400: #5EC9ED;
--teal-500: #30BAE8;
--teal-600: #169DCA;
--teal-700: #127DA1;
--teal-800: #0D5973;
--teal-900: #083949;
--teal-950: #05242E;
}