Teal
#0D4D72
BlueColor Codes
All color formats for development
HEX
#0D4D72RGB
rgb(13, 77, 114)HSL
hsl(202, 80%, 25%)OKLCH
oklch(0.402 0.087 240.7)CMYK
cmyk(89%, 32%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4667
2#0A3E5C
3#093650
4#082E45
5#062739
6#051F2E
7#041722
8#030F17
9#01080B
Tints
Lighter variations
1#116595
2#147CB8
3#1893DA
4#30A5E8
5#53B4EC
6#75C3F0
7#98D2F4
8#BAE1F7
9#DDF0FB
Tones
Muted variations
1#124C6E
2#174B69
3#1C4963
4#21485E
5#264759
6#2B4554
7#30444F
8#36424A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF1FB;
--teal-200: #C3E5F8;
--teal-300: #95D1F3;
--teal-400: #5EB9ED;
--teal-500: #30A5E8;
--teal-600: #1688CA;
--teal-700: #126CA1;
--teal-800: #0D4D73;
--teal-900: #083249;
--teal-950: #051F2E;
}