Teal
#1C6C97
BlueColor Codes
All color formats for development
HEX
#1C6C97RGB
rgb(28, 108, 151)HSL
hsl(201, 69%, 35%)OKLCH
oklch(0.505 0.1 237.8)CMYK
cmyk(81%, 28%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196188
2#165679
3#134B6A
4#11415A
5#0E364B
6#0B2B3C
7#08202D
8#06161E
9#030B0F
Tints
Lighter variations
1#2180B3
2#2694CF
3#3BA3DB
4#57B0E0
5#73BDE5
6#8FCAEA
7#ABD8F0
8#C7E5F5
9#E3F2FA
Tones
Muted variations
1#226A91
2#28688B
3#2E6684
4#34647E
5#3A6278
6#416172
7#475F6C
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 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0ED | BordersInactive statesPlaceholder text |
| 400 | 68B8 #68B8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA4 #3DA4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2387 #2387BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6C #1C6C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F1F9;
--teal-200: #C7E5F5;
--teal-300: #9CD0ED;
--teal-400: #68B8E3;
--teal-500: #3DA4DB;
--teal-600: #2387BE;
--teal-700: #1C6C97;
--teal-800: #144D6C;
--teal-900: #0D3145;
--teal-950: #081F2B;
}