Teal
#03567D
BlueColor Codes
All color formats for development
HEX
#03567DRGB
rgb(3, 86, 125)HSL
hsl(199, 95%, 25%)OKLCH
oklch(0.43 0.094 238)CMYK
cmyk(98%, 31%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034D70
2#034563
3#023C57
4#02344B
5#022B3E
6#012232
7#011A25
8#011119
9#00090C
Tints
Lighter variations
1#0470A2
2#058AC7
3#06A3EC
4#1FB4F9
5#45C1FA
6#6ACDFB
7#8FDAFC
8#B4E6FD
9#DAF3FE
Tones
Muted variations
1#095476
2#0F5270
3#154F6A
4#1B4D64
5#214B5E
6#284958
7#2E4652
8#34444C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE9 #BEE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FC | BordersInactive statesPlaceholder text |
| 400 | 51C5 #51C5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB4 #1FB4F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0697 #0697DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0478 #0478AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0356 #03567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #023750 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF3FE;
--teal-200: #BEE9FD;
--teal-300: #8DD9FC;
--teal-400: #51C5FB;
--teal-500: #1FB4F9;
--teal-600: #0697DB;
--teal-700: #0478AE;
--teal-800: #03567C;
--teal-900: #023750;
--teal-950: #012232;
}