Cobalt
#203392
BlueColor Codes
All color formats for development
HEX
#203392RGB
rgb(32, 51, 146)HSL
hsl(230, 64%, 35%)OKLCH
oklch(0.373 0.157 268.5)CMYK
cmyk(78%, 65%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2E84
2#1A2975
3#162466
4#131F58
5#101A49
6#0D143B
7#0A0F2C
8#060A1D
9#03050F
Tints
Lighter variations
1#263DAE
2#2C46C9
3#4159D5
4#5C71DB
5#7789E1
6#92A0E7
7#ADB8ED
8#C9D0F3
9#E4E7F9
Tones
Muted variations
1#26378D
2#2C3B87
3#313F81
4#37427C
5#3D4676
6#424A70
7#484E6A
8#4E5265
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D0 #C9D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAB #9FABEA | BordersInactive statesPlaceholder text |
| 400 | 6D80 #6D80DF | Disabled statesSecondary iconsMuted text |
| 500 | 435B #435BD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2840 #2840B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2033 #203392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1725 #172569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E2E6F9;
--cobalt-200: #C9D0F3;
--cobalt-300: #9FABEA;
--cobalt-400: #6D80DF;
--cobalt-500: #435BD6;
--cobalt-600: #2840B8;
--cobalt-700: #203392;
--cobalt-800: #172569;
--cobalt-900: #0F1743;
--cobalt-950: #090F2A;
}