Teal
#0E5071
BlueColor Codes
All color formats for development
HEX
#0E5071RGB
rgb(14, 80, 113)HSL
hsl(200, 78%, 25%)OKLCH
oklch(0.409 0.083 236.8)CMYK
cmyk(88%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4866
2#0B405B
3#0A384F
4#083044
5#072839
6#06202D
7#041822
8#031017
9#01080B
Tints
Lighter variations
1#126894
2#1681B6
3#1B99D8
4#33AAE6
5#55B8EA
6#77C6EE
7#99D5F2
8#BBE3F7
9#DDF1FB
Tones
Muted variations
1#134F6D
2#184D68
3#1D4B63
4#224A5E
5#274859
6#2C4654
7#31454F
8#36434A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D4 #97D4F2 | BordersInactive statesPlaceholder text |
| 400 | 60BD #60BDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AA #33AAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198D #198DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1470 #14709F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E50 #0E5071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0933 #093349 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF2FB;
--teal-200: #C4E6F8;
--teal-300: #97D4F2;
--teal-400: #60BDEB;
--teal-500: #33AAE6;
--teal-600: #198DC8;
--teal-700: #14709F;
--teal-800: #0E5071;
--teal-900: #093349;
--teal-950: #06202D;
}