Teal
#047CAF
BlueColor Codes
All color formats for development
HEX
#047CAFRGB
rgb(4, 124, 175)HSL
hsl(198, 96%, 35%)OKLCH
oklch(0.555 0.119 236.4)CMYK
cmyk(98%, 29%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F9D
2#03638C
3#02567A
4#024A69
5#023E57
6#013146
7#012534
8#011923
9#000C11
Tints
Lighter variations
1#0492CF
2#05A9F0
3#1CB8FA
4#3CC2FB
5#5DCCFC
6#7DD6FC
7#9EE0FD
8#BEEBFE
9#DFF5FE
Tones
Muted variations
1#0C78A6
2#15759E
3#1D7195
4#266E8D
5#2E6A84
6#37677C
7#406473
8#48606A
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 | 8CDB #8CDBFD | BordersInactive statesPlaceholder text |
| 400 | 50C8 #50C8FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB8 #1EB8FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 049B #049BDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047C #047CAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0358 #03587D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #023850 | 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: #8CDBFD;
--teal-400: #50C8FB;
--teal-500: #1EB8FA;
--teal-600: #049BDC;
--teal-700: #047CAF;
--teal-800: #03587D;
--teal-900: #023850;
--teal-950: #012332;
}