Cobalt
#204292
BlueColor Codes
All color formats for development
HEX
#204292RGB
rgb(32, 66, 146)HSL
hsl(222, 64%, 35%)OKLCH
oklch(0.404 0.138 263.9)CMYK
cmyk(78%, 55%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3C84
2#1A3575
3#162E66
4#132858
5#102149
6#0D1B3B
7#0A142C
8#060D1D
9#03070F
Tints
Lighter variations
1#264FAE
2#2C5BC9
3#416DD5
4#5C82DB
5#7797E1
6#92ACE7
7#ADC1ED
8#C9D5F3
9#E4EAF9
Tones
Muted variations
1#26458D
2#2C4787
3#314981
4#374C7C
5#3D4E76
6#425070
7#48526A
8#4E5565
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB5 #9FB5EA | BordersInactive statesPlaceholder text |
| 400 | 6D8F #6D8FDF | Disabled statesSecondary iconsMuted text |
| 500 | 436F #436FD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2853 #2853B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2042 #204292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172F #172F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1E #0F1E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FC;
--cobalt-100: #E2E9F9;
--cobalt-200: #C9D5F3;
--cobalt-300: #9FB5EA;
--cobalt-400: #6D8FDF;
--cobalt-500: #436FD6;
--cobalt-600: #2853B8;
--cobalt-700: #204292;
--cobalt-800: #172F69;
--cobalt-900: #0F1E43;
--cobalt-950: #09132A;
}