Teal
#0E5771
BlueColor Codes
All color formats for development
HEX
#0E5771RGB
rgb(14, 87, 113)HSL
hsl(196, 78%, 25%)OKLCH
oklch(0.428 0.078 228.3)CMYK
cmyk(88%, 23%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4E66
2#0B465B
3#0A3D4F
4#083444
5#072B39
6#06232D
7#041A22
8#031117
9#01090B
Tints
Lighter variations
1#127194
2#168BB6
3#1BA5D8
4#33B6E6
5#55C2EA
6#77CEEE
7#99DBF2
8#BBE7F7
9#DDF3FB
Tones
Muted variations
1#13556D
2#185268
3#1D5063
4#224E5E
5#274B59
6#2C4954
7#31474F
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 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DA #97DAF2 | BordersInactive statesPlaceholder text |
| 400 | 60C6 #60C6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B6 #33B6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1999 #1999C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147A #147A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E57 #0E5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C4EAF8;
--teal-300: #97DAF2;
--teal-400: #60C6EB;
--teal-500: #33B6E6;
--teal-600: #1999C8;
--teal-700: #147A9F;
--teal-800: #0E5771;
--teal-900: #093849;
--teal-950: #06232D;
}