Cobalt
#203D92
BlueColor Codes
All color formats for development
HEX
#203D92RGB
rgb(32, 61, 146)HSL
hsl(225, 64%, 35%)OKLCH
oklch(0.393 0.145 265.7)CMYK
cmyk(78%, 58%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3784
2#1A3175
3#162A66
4#132458
5#101E49
6#0D183B
7#0A122C
8#060C1D
9#03060F
Tints
Lighter variations
1#2648AE
2#2C53C9
3#4166D5
4#5C7CDB
5#7792E1
6#92A7E7
7#ADBDED
8#C9D3F3
9#E4E9F9
Tones
Muted variations
1#26408D
2#2C4287
3#314581
4#37487C
5#3D4B76
6#424E70
7#48516A
8#4E5465
9#54565F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB2 #9FB2EA | BordersInactive statesPlaceholder text |
| 400 | 6D89 #6D89DF | Disabled statesSecondary iconsMuted text |
| 500 | 4368 #4368D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 284C #284CB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 203D #203D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172B #172B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1C #0F1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FC;
--cobalt-100: #E2E7F9;
--cobalt-200: #C9D3F3;
--cobalt-300: #9FB2EA;
--cobalt-400: #6D89DF;
--cobalt-500: #4368D6;
--cobalt-600: #284CB8;
--cobalt-700: #203D92;
--cobalt-800: #172B69;
--cobalt-900: #0F1C43;
--cobalt-950: #09112A;
}