Teal
#0B5674
BlueColor Codes
All color formats for development
HEX
#0B5674RGB
rgb(11, 86, 116)HSL
hsl(197, 83%, 25%)OKLCH
oklch(0.426 0.083 231.9)CMYK
cmyk(91%, 26%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4E69
2#09455D
3#083D52
4#073446
5#052B3A
6#04232F
7#031A23
8#021117
9#01090C
Tints
Lighter variations
1#0E7198
2#118BBB
3#15A5DE
4#2DB6EB
5#50C2EF
6#73CEF2
7#96DAF5
8#B9E7F8
9#DCF3FC
Tones
Muted variations
1#10546F
2#15526A
3#1B5065
4#204E5F
5#254B5A
6#2B4955
7#304750
8#35444A
9#3A4245
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 #C2EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D9 #94D9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC6 #5CC6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB6 #2DB6EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1399 #1399CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F79 #0F79A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B57 #0B5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | 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: #C2EAF9;
--teal-300: #94D9F5;
--teal-400: #5CC6F0;
--teal-500: #2DB6EB;
--teal-600: #1399CD;
--teal-700: #0F79A3;
--teal-800: #0B5775;
--teal-900: #07374B;
--teal-950: #04232F;
}