Teal
#0E5571
BlueColor Codes
All color formats for development
HEX
#0E5571RGB
rgb(14, 85, 113)HSL
hsl(197, 78%, 25%)OKLCH
oklch(0.423 0.079 230.8)CMYK
cmyk(88%, 25%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4D66
2#0B445B
3#0A3C4F
4#083344
5#072B39
6#06222D
7#041A22
8#031117
9#01090B
Tints
Lighter variations
1#126F94
2#1688B6
3#1BA2D8
4#33B3E6
5#55C0EA
6#77CCEE
7#99D9F2
8#BBE6F7
9#DDF2FB
Tones
Muted variations
1#13536D
2#185168
3#1D4F63
4#224D5E
5#274B59
6#2C4854
7#31464F
8#36444A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D8 #97D8F2 | BordersInactive statesPlaceholder text |
| 400 | 60C4 #60C4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B3 #33B3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1996 #1996C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1477 #14779F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E55 #0E5571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C4E9F8;
--teal-300: #97D8F2;
--teal-400: #60C4EB;
--teal-500: #33B3E6;
--teal-600: #1996C8;
--teal-700: #14779F;
--teal-800: #0E5571;
--teal-900: #093749;
--teal-950: #06222D;
}