Cobalt
#204692
BlueColor Codes
All color formats for development
HEX
#204692RGB
rgb(32, 70, 146)HSL
hsl(220, 64%, 35%)OKLCH
oklch(0.413 0.133 262.3)CMYK
cmyk(78%, 52%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3F84
2#1A3875
3#163166
4#132A58
5#102349
6#0D1C3B
7#0A152C
8#060E1D
9#03070F
Tints
Lighter variations
1#2653AE
2#2C60C9
3#4172D5
4#5C86DB
5#779AE1
6#92AFE7
7#ADC3ED
8#C9D7F3
9#E4EBF9
Tones
Muted variations
1#26488D
2#2C4A87
3#314C81
4#374E7C
5#3D5076
6#425270
7#48546A
8#4E5565
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8EA | BordersInactive statesPlaceholder text |
| 400 | 6D93 #6D93DF | Disabled statesSecondary iconsMuted text |
| 500 | 4374 #4374D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2858 #2858B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2046 #204692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1732 #173269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FC;
--cobalt-100: #E2E9F9;
--cobalt-200: #C9D7F3;
--cobalt-300: #9FB8EA;
--cobalt-400: #6D93DF;
--cobalt-500: #4374D6;
--cobalt-600: #2858B8;
--cobalt-700: #204692;
--cobalt-800: #173269;
--cobalt-900: #0F2043;
--cobalt-950: #09142A;
}