Teal
#0E7AA4
BlueColor Codes
All color formats for development
HEX
#0E7AA4RGB
rgb(14, 122, 164)HSL
hsl(197, 84%, 35%)OKLCH
oklch(0.545 0.108 232.2)CMYK
cmyk(91%, 26%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6E94
2#0B6183
3#0A5573
4#094963
5#073D52
6#063142
7#042531
8#031821
9#010C10
Tints
Lighter variations
1#1190C3
2#14A7E1
3#2AB5EC
4#48C0EF
5#67CAF2
6#85D5F4
7#A4DFF7
8#C2EAFA
9#E1F4FC
Tones
Muted variations
1#16769D
2#1D7395
3#25708E
4#2C6D86
5#34697F
6#3B6677
7#436370
8#4A6068
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DA #93DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BC6 #5BC6F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB6 #2CB6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1299 #1299CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E7A #0E7AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF4FC;
--teal-200: #C2EAFA;
--teal-300: #93DAF6;
--teal-400: #5BC6F1;
--teal-500: #2CB6ED;
--teal-600: #1299CE;
--teal-700: #0E7AA4;
--teal-800: #0A5775;
--teal-900: #07384B;
--teal-950: #04232F;
}