Teal
#0A4C76
BlueColor Codes
All color formats for development
HEX
#0A4C76RGB
rgb(10, 76, 118)HSL
hsl(203, 84%, 25%)OKLCH
oklch(0.401 0.093 243.8)CMYK
cmyk(92%, 36%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09456A
2#083D5E
3#073552
4#062E46
5#05263B
6#041E2F
7#031723
8#020F17
9#01080C
Tints
Lighter variations
1#0D6398
2#107ABC
3#1391DF
4#2CA3ED
5#4FB2F0
6#72C1F3
7#95D1F6
8#B9E0F9
9#DCF0FC
Tones
Muted variations
1#104B70
2#154A6B
3#1A4865
4#204760
5#25465B
6#2A4555
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 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D0 #93D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5BB7 #5BB7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA3 #2CA3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1286 #1286CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E6B #0E6BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C75 | 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: #C2E4FA;
--teal-300: #93D0F6;
--teal-400: #5BB7F1;
--teal-500: #2CA3ED;
--teal-600: #1286CE;
--teal-700: #0E6BA4;
--teal-800: #0A4C75;
--teal-900: #07314B;
--teal-950: #041E2F;
}