Teal
#03547D
BlueColor Codes
All color formats for development
HEX
#03547DRGB
rgb(3, 84, 125)HSL
hsl(200, 95%, 25%)OKLCH
oklch(0.425 0.096 239.8)CMYK
cmyk(98%, 33%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034C70
2#034363
3#023B57
4#02324B
5#022A3E
6#012232
7#011925
8#011119
9#00080C
Tints
Lighter variations
1#046DA2
2#0586C7
3#069FEC
4#1FB1F9
5#45BEFA
6#6ACBFB
7#8FD8FC
8#B4E5FD
9#DAF2FE
Tones
Muted variations
1#095276
2#0F5070
3#154E6A
4#1B4C64
5#214A5E
6#284858
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 | BEE8 #BEE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FC | BordersInactive statesPlaceholder text |
| 400 | 51C2 #51C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB1 #1FB1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0694 #0694DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | 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: #BEE8FD;
--teal-300: #8DD7FC;
--teal-400: #51C2FB;
--teal-500: #1FB1F9;
--teal-600: #0694DB;
--teal-700: #0476AE;
--teal-800: #03547C;
--teal-900: #023650;
--teal-950: #012232;
}