Teal
#0D4F72
BlueColor Codes
All color formats for development
HEX
#0D4F72RGB
rgb(13, 79, 114)HSL
hsl(201, 80%, 25%)OKLCH
oklch(0.407 0.085 238.6)CMYK
cmyk(89%, 31%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4767
2#0A3F5C
3#093750
4#082F45
5#062839
6#05202E
7#041822
8#031017
9#01080B
Tints
Lighter variations
1#116795
2#147EB8
3#1896DA
4#30A8E8
5#53B6EC
6#75C5F0
7#98D3F4
8#BAE2F7
9#DDF0FB
Tones
Muted variations
1#124E6E
2#174C69
3#1C4A63
4#21495E
5#264759
6#2B4654
7#30444F
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 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | 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: #DFF1FB;
--teal-200: #C3E6F8;
--teal-300: #95D2F3;
--teal-400: #5EBBED;
--teal-500: #30A8E8;
--teal-600: #168BCA;
--teal-700: #126FA1;
--teal-800: #0D4F73;
--teal-900: #083349;
--teal-950: #05202E;
}