Teal
#0E5971
BlueColor Codes
All color formats for development
HEX
#0E5971RGB
rgb(14, 89, 113)HSL
hsl(195, 78%, 25%)OKLCH
oklch(0.433 0.078 225.7)CMYK
cmyk(88%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5066
2#0B475B
3#0A3E4F
4#083544
5#072C39
6#06232D
7#041B22
8#031217
9#01090B
Tints
Lighter variations
1#127394
2#168EB6
3#1BA8D8
4#33B9E6
5#55C5EA
6#77D0EE
7#99DCF2
8#BBE8F7
9#DDF3FB
Tones
Muted variations
1#13566D
2#185468
3#1D5163
4#224F5E
5#274C59
6#2C4A54
7#31474F
8#36454A
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 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DB #97DBF2 | BordersInactive statesPlaceholder text |
| 400 | 60C9 #60C9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B9 #33B9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 199C #199CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147C #147C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E59 #0E5971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | 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: #C4EBF8;
--teal-300: #97DBF2;
--teal-400: #60C9EB;
--teal-500: #33B9E6;
--teal-600: #199CC8;
--teal-700: #147C9F;
--teal-800: #0E5971;
--teal-900: #093949;
--teal-950: #06232D;
}