Teal
#1D7496
BlueColor Codes
All color formats for development
HEX
#1D7496RGB
rgb(29, 116, 150)HSL
hsl(197, 68%, 35%)OKLCH
oklch(0.525 0.094 229.6)CMYK
cmyk(81%, 23%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6887
2#175C78
3#145169
4#11455A
5#0E3A4B
6#0B2E3C
7#09232D
8#06171E
9#030C0F
Tints
Lighter variations
1#2289B2
2#279ECE
3#3CADDA
4#58B9DF
5#74C5E4
6#90D0EA
7#ABDCEF
8#C7E8F4
9#E3F3FA
Tones
Muted variations
1#237190
2#296E8A
3#2F6C84
4#35697E
5#3B6678
6#416472
7#47616B
8#4D5F65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6EC | BordersInactive statesPlaceholder text |
| 400 | 69C0 #69C0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAE #3EAEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2491 #2491BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D74 #1D7496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F2F9;
--teal-200: #C7E8F4;
--teal-300: #9CD6EC;
--teal-400: #69C0E2;
--teal-500: #3EAEDA;
--teal-600: #2491BC;
--teal-700: #1D7496;
--teal-800: #14536B;
--teal-900: #0D3545;
--teal-950: #08212B;
}