Cobalt
#1C6197
BlueColor Codes
All color formats for development
HEX
#1C6197RGB
rgb(28, 97, 151)HSL
hsl(206, 69%, 35%)OKLCH
oklch(0.478 0.11 246.9)CMYK
cmyk(81%, 36%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195888
2#164E79
3#13446A
4#113A5A
5#0E314B
6#0B273C
7#081D2D
8#06131E
9#030A0F
Tints
Lighter variations
1#2174B3
2#2686CF
3#3B96DB
4#57A5E0
5#73B4E5
6#8FC3EA
7#ABD2F0
8#C7E1F5
9#E3F0FA
Tones
Muted variations
1#226191
2#28608B
3#2E5F84
4#345E7E
5#3A5D78
6#415D72
7#475C6C
8#4D5B66
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAED | BordersInactive statesPlaceholder text |
| 400 | 68AE #68AEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D97 #3D97DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237B #237BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C61 #1C6197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FD;
--cobalt-100: #E1EFF9;
--cobalt-200: #C7E1F5;
--cobalt-300: #9CCAED;
--cobalt-400: #68AEE3;
--cobalt-500: #3D97DB;
--cobalt-600: #237BBE;
--cobalt-700: #1C6197;
--cobalt-800: #14466C;
--cobalt-900: #0D2D45;
--cobalt-950: #081C2B;
}