Teal
#0B5874
BlueColor Codes
All color formats for development
HEX
#0B5874RGB
rgb(11, 88, 116)HSL
hsl(196, 83%, 25%)OKLCH
oklch(0.432 0.082 229.5)CMYK
cmyk(91%, 24%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5069
2#09475D
3#083E52
4#073546
5#052C3A
6#04232F
7#031B23
8#021217
9#01090C
Tints
Lighter variations
1#0E7398
2#118EBB
3#15A8DE
4#2DB9EB
5#50C4EF
6#73D0F2
7#96DCF5
8#B9E8F8
9#DCF3FC
Tones
Muted variations
1#10566F
2#15546A
3#1B5165
4#204F5F
5#254C5A
6#2B4A55
7#304750
8#35454A
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 | C2EB #C2EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CC8 #5CC8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB9 #2DB9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139C #139CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7C #0F7CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0739 #07394B | 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: #C2EBF9;
--teal-300: #94DBF5;
--teal-400: #5CC8F0;
--teal-500: #2DB9EB;
--teal-600: #139CCD;
--teal-700: #0F7CA3;
--teal-800: #0B5875;
--teal-900: #07394B;
--teal-950: #04232F;
}