Teal
#0E5471
BlueColor Codes
All color formats for development
HEX
#0E5471RGB
rgb(14, 84, 113)HSL
hsl(198, 78%, 25%)OKLCH
oklch(0.42 0.08 232.1)CMYK
cmyk(88%, 26%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4B66
2#0B435B
3#0A3B4F
4#083244
5#072A39
6#06212D
7#041922
8#031117
9#01080B
Tints
Lighter variations
1#126D94
2#1686B6
3#1B9FD8
4#33B0E6
5#55BDEA
6#77CAEE
7#99D8F2
8#BBE5F7
9#DDF2FB
Tones
Muted variations
1#13526D
2#185068
3#1D4E63
4#224C5E
5#274A59
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 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C4E8F8;
--teal-300: #97D7F2;
--teal-400: #60C2EB;
--teal-500: #33B0E6;
--teal-600: #1993C8;
--teal-700: #14759F;
--teal-800: #0E5471;
--teal-900: #093649;
--teal-950: #06212D;
}