Teal
#0B4C74
BlueColor Codes
All color formats for development
HEX
#0B4C74RGB
rgb(11, 76, 116)HSL
hsl(203, 83%, 25%)OKLCH
oklch(0.4 0.09 242.8)CMYK
cmyk(91%, 34%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4469
2#093D5D
3#083552
4#072E46
5#05263A
6#041E2F
7#031723
8#020F17
9#01080C
Tints
Lighter variations
1#0E6398
2#117ABB
3#1591DE
4#2DA2EB
5#50B2EF
6#73C1F2
7#96D1F5
8#B9E0F8
9#DCF0FC
Tones
Muted variations
1#104B6F
2#154A6A
3#1B4865
4#20475F
5#25465A
6#2B4555
7#304350
8#35424A
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E4 #C2E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D0 #94D0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CB7 #5CB7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA2 #2DA2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1386 #1386CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6B #0F6BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4C #0B4C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0731 #07314B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF1FC;
--teal-200: #C2E4F9;
--teal-300: #94D0F5;
--teal-400: #5CB7F0;
--teal-500: #2DA2EB;
--teal-600: #1386CD;
--teal-700: #0F6BA3;
--teal-800: #0B4C75;
--teal-900: #07314B;
--teal-950: #041E2F;
}