Cobalt
#204A92
BlueColor Codes
All color formats for development
HEX
#204A92RGB
rgb(32, 74, 146)HSL
hsl(218, 64%, 35%)OKLCH
oklch(0.422 0.128 260.4)CMYK
cmyk(78%, 49%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4384
2#1A3B75
3#163466
4#132C58
5#102549
6#0D1E3B
7#0A162C
8#060F1D
9#03070F
Tints
Lighter variations
1#2658AE
2#2C66C9
3#4177D5
4#5C8BDB
5#779EE1
6#92B1E7
7#ADC5ED
8#C9D8F3
9#E4ECF9
Tones
Muted variations
1#264C8D
2#2C4D87
3#314F81
4#37507C
5#3D5276
6#425370
7#48556A
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 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAEA | BordersInactive statesPlaceholder text |
| 400 | 6D97 #6D97DF | Disabled statesSecondary iconsMuted text |
| 500 | 4379 #4379D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 285D #285DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 204A #204A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1735 #173569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F22 #0F2243 | 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: #C9D8F3;
--cobalt-300: #9FBAEA;
--cobalt-400: #6D97DF;
--cobalt-500: #4379D6;
--cobalt-600: #285DB8;
--cobalt-700: #204A92;
--cobalt-800: #173569;
--cobalt-900: #0F2243;
--cobalt-950: #09152A;
}