Teal
#1C6897
BlueColor Codes
All color formats for development
HEX
#1C6897RGB
rgb(28, 104, 151)HSL
hsl(203, 69%, 35%)OKLCH
oklch(0.495 0.103 241.3)CMYK
cmyk(81%, 31%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195D88
2#165379
3#13496A
4#113E5A
5#0E344B
6#0B293C
7#081F2D
8#06151E
9#030A0F
Tints
Lighter variations
1#217BB3
2#268ECF
3#3B9EDB
4#57ACE0
5#73B9E5
6#8FC7EA
7#ABD5F0
8#C7E3F5
9#E3F1FA
Tones
Muted variations
1#226691
2#28658B
3#2E6384
4#34627E
5#3A6078
6#415F72
7#475E6C
8#4D5C66
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 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEED | BordersInactive statesPlaceholder text |
| 400 | 68B4 #68B4E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9F #3D9FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2382 #2382BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C68 #1C6897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | 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: #C7E3F5;
--teal-300: #9CCEED;
--teal-400: #68B4E3;
--teal-500: #3D9FDB;
--teal-600: #2382BE;
--teal-700: #1C6897;
--teal-800: #144A6C;
--teal-900: #0D2F45;
--teal-950: #081E2B;
}