Teal
#1D6996
BlueColor Codes
All color formats for development
HEX
#1D6996RGB
rgb(29, 105, 150)HSL
hsl(202, 68%, 35%)OKLCH
oklch(0.498 0.101 240.1)CMYK
cmyk(81%, 30%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5F87
2#175478
3#144A69
4#113F5A
5#0E354B
6#0B2A3C
7#09202D
8#06151E
9#030B0F
Tints
Lighter variations
1#227DB2
2#2791CE
3#3CA0DA
4#58AEDF
5#74BBE4
6#90C9EA
7#ABD6EF
8#C7E4F4
9#E3F1FA
Tones
Muted variations
1#236890
2#29668A
3#2F6584
4#35637E
5#3B6178
6#416072
7#475E6B
8#4D5C65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFEC | BordersInactive statesPlaceholder text |
| 400 | 69B6 #69B6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA1 #3EA1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2485 #2485BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F0F9;
--teal-200: #C7E4F4;
--teal-300: #9CCFEC;
--teal-400: #69B6E2;
--teal-500: #3EA1DA;
--teal-600: #2485BC;
--teal-700: #1D6996;
--teal-800: #144B6B;
--teal-900: #0D3045;
--teal-950: #081E2B;
}