Teal
#037CB0
BlueColor Codes
All color formats for development
HEX
#037CB0RGB
rgb(3, 124, 176)HSL
hsl(198, 97%, 35%)OKLCH
oklch(0.555 0.12 236.8)CMYK
cmyk(98%, 30%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026F9E
2#02638D
3#02577B
4#024A69
5#013E58
6#013246
7#012535
8#011923
9#000C12
Tints
Lighter variations
1#0393D0
2#04AAF1
3#1AB8FC
4#3BC2FC
5#5CCCFD
6#7CD6FD
7#9DE1FE
8#BEEBFE
9#DEF5FF
Tones
Muted variations
1#0B78A7
2#14759F
3#1D7196
4#256E8D
5#2E6B85
6#37677C
7#3F6473
8#48606B
9#515D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDB #8BDBFD | BordersInactive statesPlaceholder text |
| 400 | 4FC8 #4FC8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB9 #1DB9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039C #039CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037C #037CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0258 #02587E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0139 #013950 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BEEBFE;
--teal-300: #8BDBFD;
--teal-400: #4FC8FC;
--teal-500: #1DB9FC;
--teal-600: #039CDD;
--teal-700: #037CB0;
--teal-800: #02587E;
--teal-900: #013950;
--teal-950: #012332;
}