Cobalt
#1326CD
BlueColor Codes
All color formats for development
HEX
#1326CDRGB
rgb(19, 38, 205)HSL
hsl(234, 83%, 44%)OKLCH
oklch(0.414 0.245 266.1)CMYK
cmyk(91%, 81%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1122B9
2#0F1EA4
3#0D1A90
4#0B177B
5#0A1367
6#080F52
7#060B3E
8#040829
9#020415
Tints
Lighter variations
1#162AE7
2#2E41EC
3#4859EE
4#6270F0
5#7C88F3
6#96A0F5
7#B1B8F8
8#CBCFFA
9#E5E7FD
Tones
Muted variations
1#1C2DC4
2#2635BB
3#2F3CB1
4#3843A8
5#424B9F
6#4B5295
7#545A8C
8#5E6183
9#67697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949D #949DF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6A #5C6AF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D40 #2D40EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1326 #1326CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1E #0F1EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B15 #0B1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070E #070E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE1FC;
--cobalt-200: #C2C8F9;
--cobalt-300: #949DF5;
--cobalt-400: #5C6AF0;
--cobalt-500: #2D40EB;
--cobalt-600: #1326CD;
--cobalt-700: #0F1EA3;
--cobalt-800: #0B1575;
--cobalt-900: #070E4B;
--cobalt-950: #04092F;
}