Teal
#0C78A6
BlueColor Codes
All color formats for development
HEX
#0C78A6RGB
rgb(12, 120, 166)HSL
hsl(198, 87%, 35%)OKLCH
oklch(0.541 0.112 234.9)CMYK
cmyk(93%, 28%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6C96
2#096086
3#085475
4#074864
5#063C53
6#053043
7#032432
8#021821
9#010C11
Tints
Lighter variations
1#0E8FC6
2#10A5E5
3#26B3F0
4#45BEF2
5#64C9F4
6#83D4F6
7#A2DFF9
8#C1E9FB
9#E0F4FD
Tones
Muted variations
1#13759F
2#1B7297
3#236F90
4#2B6C88
5#326980
6#3A6678
7#426371
8#4A5F69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F7 | BordersInactive statesPlaceholder text |
| 400 | 58C5 #58C5F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28B4 #28B4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F97 #0F97D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374C | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF3FD;
--teal-200: #C1E9FB;
--teal-300: #91D9F7;
--teal-400: #58C5F3;
--teal-500: #28B4F0;
--teal-600: #0F97D2;
--teal-700: #0C78A7;
--teal-800: #085677;
--teal-900: #05374C;
--teal-950: #032230;
}