Teal
#1D6596
BlueColor Codes
All color formats for development
HEX
#1D6596RGB
rgb(29, 101, 150)HSL
hsl(204, 68%, 35%)OKLCH
oklch(0.488 0.104 243.5)CMYK
cmyk(81%, 33%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5B87
2#175178
3#144769
4#113D5A
5#0E334B
6#0B293C
7#091E2D
8#06141E
9#030A0F
Tints
Lighter variations
1#2278B2
2#278BCE
3#3C9BDA
4#58A9DF
5#74B7E4
6#90C6EA
7#ABD4EF
8#C7E2F4
9#E3F1FA
Tones
Muted variations
1#236490
2#29638A
3#2F6284
4#35617E
5#3B5F78
6#415E72
7#475D6B
8#4D5C65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCEC | BordersInactive statesPlaceholder text |
| 400 | 69B2 #69B2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9C #3E9CDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247F #247FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D65 #1D6596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1448 #14486B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FD;
--teal-100: #E1F0F9;
--teal-200: #C7E2F4;
--teal-300: #9CCCEC;
--teal-400: #69B2E2;
--teal-500: #3E9CDA;
--teal-600: #247FBC;
--teal-700: #1D6596;
--teal-800: #14486B;
--teal-900: #0D2E45;
--teal-950: #081D2B;
}