Teal
#0D78A5
BlueColor Codes
All color formats for development
HEX
#0D78A5RGB
rgb(13, 120, 165)HSL
hsl(198, 85%, 35%)OKLCH
oklch(0.54 0.11 234.4)CMYK
cmyk(92%, 27%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6C95
2#0B6084
3#095474
4#084863
5#073C53
6#053042
7#042432
8#031821
9#010C11
Tints
Lighter variations
1#108EC4
2#12A4E2
3#28B2EE
4#47BDF0
5#66C8F3
6#84D3F5
7#A3DEF8
8#C2E9FA
9#E0F4FD
Tones
Muted variations
1#15759E
2#1D7296
3#246E8E
4#2C6B87
5#33687F
6#3B6578
7#426270
8#4A5F68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D8 #92D8F6 | BordersInactive statesPlaceholder text |
| 400 | 5AC4 #5AC4F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BB3 #2BB3EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1196 #1196D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D78 #0D78A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A55 #0A5576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0637 #06374B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF3FC;
--teal-200: #C2E9FA;
--teal-300: #92D8F6;
--teal-400: #5AC4F2;
--teal-500: #2BB3EE;
--teal-600: #1196D0;
--teal-700: #0D78A5;
--teal-800: #0A5576;
--teal-900: #06374B;
--teal-950: #04222F;
}