Teal
#1C6697
BlueColor Codes
All color formats for development
HEX
#1C6697RGB
rgb(28, 102, 151)HSL
hsl(204, 69%, 35%)OKLCH
oklch(0.491 0.105 243)CMYK
cmyk(81%, 32%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195B88
2#165179
3#13476A
4#113D5A
5#0E334B
6#0B293C
7#081E2D
8#06141E
9#030A0F
Tints
Lighter variations
1#2178B3
2#268BCF
3#3B9BDB
4#57A9E0
5#73B8E5
6#8FC6EA
7#ABD4F0
8#C7E2F5
9#E3F1FA
Tones
Muted variations
1#226491
2#28638B
3#2E6284
4#34617E
5#3A5F78
6#415E72
7#475D6C
8#4D5C66
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 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCED | BordersInactive statesPlaceholder text |
| 400 | 68B2 #68B2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9C #3D9CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2380 #2380BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C66 #1C6697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1449 #14496C | 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: #C7E2F5;
--teal-300: #9CCCED;
--teal-400: #68B2E3;
--teal-500: #3D9CDB;
--teal-600: #2380BE;
--teal-700: #1C6697;
--teal-800: #14496C;
--teal-900: #0D2E45;
--teal-950: #081D2B;
}