Cobalt
#1C2697
BlueColor Codes
All color formats for development
HEX
#1C2697RGB
rgb(28, 38, 151)HSL
hsl(235, 69%, 35%)OKLCH
oklch(0.354 0.18 269.4)CMYK
cmyk(81%, 75%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192288
2#161E79
3#131B6A
4#11175A
5#0E134B
6#0B0F3C
7#080B2D
8#06081E
9#03040F
Tints
Lighter variations
1#212DB3
2#2634CF
3#3B48DB
4#5762E0
5#737CE5
6#8F97EA
7#ABB1F0
8#C7CBF5
9#E3E5FA
Tones
Muted variations
1#222B91
2#28308B
3#2E3584
4#343A7E
5#3A4078
6#414572
7#474A6C
8#4D4F66
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3ED | BordersInactive statesPlaceholder text |
| 400 | 6872 #6872E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4A #3D4ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2330 #2330BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C26 #1C2697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141B #141B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E3F9;
--cobalt-200: #C7CBF5;
--cobalt-300: #9CA3ED;
--cobalt-400: #6872E3;
--cobalt-500: #3D4ADB;
--cobalt-600: #2330BE;
--cobalt-700: #1C2697;
--cobalt-800: #141B6C;
--cobalt-900: #0D1145;
--cobalt-950: #080B2B;
}