Cobalt
#204492
BlueColor Codes
All color formats for development
HEX
#204492RGB
rgb(32, 68, 146)HSL
hsl(221, 64%, 35%)OKLCH
oklch(0.408 0.136 263.1)CMYK
cmyk(78%, 53%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3D84
2#1A3775
3#163066
4#132958
5#102249
6#0D1B3B
7#0A142C
8#060E1D
9#03070F
Tints
Lighter variations
1#2651AE
2#2C5EC9
3#4170D5
4#5C84DB
5#7799E1
6#92ADE7
7#ADC2ED
8#C9D6F3
9#E4EBF9
Tones
Muted variations
1#26468D
2#2C4887
3#314B81
4#374D7C
5#3D4F76
6#425170
7#48536A
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 | C9D6 #C9D6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB7 #9FB7EA | BordersInactive statesPlaceholder text |
| 400 | 6D91 #6D91DF | Disabled statesSecondary iconsMuted text |
| 500 | 4371 #4371D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2856 #2856B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2044 #204492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1731 #173169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | 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: #C9D6F3;
--cobalt-300: #9FB7EA;
--cobalt-400: #6D91DF;
--cobalt-500: #4371D6;
--cobalt-600: #2856B8;
--cobalt-700: #204492;
--cobalt-800: #173169;
--cobalt-900: #0F1F43;
--cobalt-950: #09142A;
}