Cobalt
#204892
BlueColor Codes
All color formats for development
HEX
#204892RGB
rgb(32, 72, 146)HSL
hsl(219, 64%, 35%)OKLCH
oklch(0.417 0.13 261.4)CMYK
cmyk(78%, 51%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4184
2#1A3A75
3#163266
4#132B58
5#102449
6#0D1D3B
7#0A162C
8#060E1D
9#03070F
Tints
Lighter variations
1#2656AE
2#2C63C9
3#4175D5
4#5C88DB
5#779CE1
6#92B0E7
7#ADC4ED
8#C9D7F3
9#E4EBF9
Tones
Muted variations
1#264A8D
2#2C4C87
3#314D81
4#374F7C
5#3D5176
6#425270
7#48546A
8#4E5665
9#54585F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9EA | BordersInactive statesPlaceholder text |
| 400 | 6D95 #6D95DF | Disabled statesSecondary iconsMuted text |
| 500 | 4376 #4376D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285B #285BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2048 #204892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1734 #173469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F21 #0F2143 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FC;
--cobalt-100: #E2EAF9;
--cobalt-200: #C9D7F3;
--cobalt-300: #9FB9EA;
--cobalt-400: #6D95DF;
--cobalt-500: #4376D6;
--cobalt-600: #285BB8;
--cobalt-700: #204892;
--cobalt-800: #173469;
--cobalt-900: #0F2143;
--cobalt-950: #09152A;
}