Cobalt
#203192
BlueColor Codes
All color formats for development
HEX
#203192RGB
rgb(32, 49, 146)HSL
hsl(231, 64%, 35%)OKLCH
oklch(0.369 0.16 269)CMYK
cmyk(78%, 66%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2C84
2#1A2775
3#162266
4#131E58
5#101949
6#0D143B
7#0A0F2C
8#060A1D
9#03050F
Tints
Lighter variations
1#263AAE
2#2C44C9
3#4157D5
4#5C6FDB
5#7787E1
6#929FE7
7#ADB7ED
8#C9CFF3
9#E4E7F9
Tones
Muted variations
1#26358D
2#2C3987
3#313D81
4#37417C
5#3D4576
6#424970
7#484D6A
8#4E5165
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAEA | BordersInactive statesPlaceholder text |
| 400 | 6D7E #6D7EDF | Disabled statesSecondary iconsMuted text |
| 500 | 4359 #4359D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 283E #283EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2031 #203192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1723 #172369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E2E5F9;
--cobalt-200: #C9CFF3;
--cobalt-300: #9FAAEA;
--cobalt-400: #6D7EDF;
--cobalt-500: #4359D6;
--cobalt-600: #283EB8;
--cobalt-700: #203192;
--cobalt-800: #172369;
--cobalt-900: #0F1743;
--cobalt-950: #090E2A;
}