Teal
#0B5574
BlueColor Codes
All color formats for development
HEX
#0B5574RGB
rgb(11, 85, 116)HSL
hsl(198, 83%, 25%)OKLCH
oklch(0.424 0.083 233.1)CMYK
cmyk(91%, 27%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4C69
2#09445D
3#083B52
4#073346
5#052A3A
6#04222F
7#031923
8#021117
9#01080C
Tints
Lighter variations
1#0E6E98
2#1188BB
3#15A1DE
4#2DB2EB
5#50BFEF
6#73CCF2
7#96D9F5
8#B9E5F8
9#DCF2FC
Tones
Muted variations
1#10536F
2#15516A
3#1B4F65
4#204C5F
5#254A5A
6#2B4855
7#304650
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 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC3 #5CC3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB2 #2DB2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1395 #1395CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F77 #0F77A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364B | 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: #C2E9F9;
--teal-300: #94D8F5;
--teal-400: #5CC3F0;
--teal-500: #2DB2EB;
--teal-600: #1395CD;
--teal-700: #0F77A3;
--teal-800: #0B5575;
--teal-900: #07364B;
--teal-950: #04222F;
}