Teal
#1C6A97
BlueColor Codes
All color formats for development
HEX
#1C6A97RGB
rgb(28, 106, 151)HSL
hsl(202, 69%, 35%)OKLCH
oklch(0.5 0.102 239.6)CMYK
cmyk(81%, 30%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195F88
2#165579
3#134A6A
4#113F5A
5#0E354B
6#0B2A3C
7#08202D
8#06151E
9#030B0F
Tints
Lighter variations
1#217DB3
2#2691CF
3#3BA0DB
4#57AEE0
5#73BBE5
6#8FC9EA
7#ABD6F0
8#C7E4F5
9#E3F1FA
Tones
Muted variations
1#226891
2#28668B
3#2E6584
4#34637E
5#3A6178
6#416072
7#475E6C
8#4D5D66
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 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFED | BordersInactive statesPlaceholder text |
| 400 | 68B6 #68B6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA1 #3DA1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2385 #2385BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6A #1C6A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6C | 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: #C7E4F5;
--teal-300: #9CCFED;
--teal-400: #68B6E3;
--teal-500: #3DA1DB;
--teal-600: #2385BE;
--teal-700: #1C6A97;
--teal-800: #144B6C;
--teal-900: #0D3045;
--teal-950: #081E2B;
}