Teal
#0D5673
BlueColor Codes
All color formats for development
HEX
#0D5673RGB
rgb(13, 86, 115)HSL
hsl(197, 80%, 25%)OKLCH
oklch(0.426 0.081 231.3)CMYK
cmyk(89%, 25%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4D67
2#0A455C
3#093C50
4#083445
5#062B39
6#05222E
7#041A22
8#031117
9#01090B
Tints
Lighter variations
1#117095
2#1489B8
3#18A3DA
4#30B4E8
5#53C1EC
6#75CDF0
7#98DAF4
8#BAE6F7
9#DDF3FB
Tones
Muted variations
1#12546E
2#175169
3#1C4F63
4#214D5E
5#264B59
6#2B4954
7#30464F
8#36444A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C3E9F8;
--teal-300: #95D9F3;
--teal-400: #5EC5ED;
--teal-500: #30B4E8;
--teal-600: #1697CA;
--teal-700: #1278A1;
--teal-800: #0D5673;
--teal-900: #083749;
--teal-950: #05222E;
}