Teal
#1D7896
BlueColor Codes
All color formats for development
HEX
#1D7896RGB
rgb(29, 120, 150)HSL
hsl(195, 68%, 35%)OKLCH
oklch(0.535 0.093 225.4)CMYK
cmyk(81%, 20%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6C87
2#176078
3#145469
4#11485A
5#0E3C4B
6#0B303C
7#09242D
8#06181E
9#030C0F
Tints
Lighter variations
1#228EB2
2#27A4CE
3#3CB2DA
4#58BDDF
5#74C8E4
6#90D3EA
7#ABDEEF
8#C7E9F4
9#E3F4FA
Tones
Muted variations
1#237590
2#29728A
3#2F6E84
4#356B7E
5#3B6878
6#416572
7#47626B
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 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD8 #9CD8EC | BordersInactive statesPlaceholder text |
| 400 | 69C4 #69C4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB3 #3EB3DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2496 #2496BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D78 #1D7896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1455 #14556B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F3F9;
--teal-200: #C7E9F4;
--teal-300: #9CD8EC;
--teal-400: #69C4E2;
--teal-500: #3EB3DA;
--teal-600: #2496BC;
--teal-700: #1D7896;
--teal-800: #14556B;
--teal-900: #0D3745;
--teal-950: #08222B;
}