Teal
#0E77A4
BlueColor Codes
All color formats for development
HEX
#0E77A4RGB
rgb(14, 119, 164)HSL
hsl(198, 84%, 35%)OKLCH
oklch(0.538 0.11 234.7)CMYK
cmyk(91%, 27%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6B94
2#0B5F83
3#0A5373
4#094863
5#073C52
6#063042
7#042431
8#031821
9#010C10
Tints
Lighter variations
1#118DC3
2#14A4E1
3#2AB2EC
4#48BDEF
5#67C8F2
6#85D3F4
7#A4DEF7
8#C2E9FA
9#E1F4FC
Tones
Muted variations
1#16749D
2#1D7195
3#256E8E
4#2C6B86
5#34687F
6#3B6577
7#436270
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 | 93D8 #93D8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BC4 #5BC4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB3 #2CB3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1296 #1296CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E77 #0E77A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A55 #0A5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | 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: #93D8F6;
--teal-400: #5BC4F1;
--teal-500: #2CB3ED;
--teal-600: #1296CE;
--teal-700: #0E77A4;
--teal-800: #0A5575;
--teal-900: #07374B;
--teal-950: #04222F;
}