Cobalt
#1323CD
BlueColor Codes
All color formats for development
HEX
#1323CDRGB
rgb(19, 35, 205)HSL
hsl(235, 83%, 44%)OKLCH
oklch(0.41 0.247 266.1)CMYK
cmyk(91%, 83%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111FB9
2#0F1CA4
3#0D1890
4#0B157B
5#0A1167
6#080E52
7#060A3E
8#040729
9#020315
Tints
Lighter variations
1#1627E7
2#2E3EEC
3#4856EE
4#626EF0
5#7C86F3
6#969EF5
7#B1B7F8
8#CBCFFA
9#E5E7FD
Tones
Muted variations
1#1C2AC4
2#2632BB
3#2F3AB1
4#3842A8
5#42499F
6#4B5195
7#54598C
8#5E6183
9#67687A
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 | C2C7 #C2C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF5 | BordersInactive statesPlaceholder text |
| 400 | 5C68 #5C68F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3D #2D3DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1323 #1323CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1C #0F1CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE1FC;
--cobalt-200: #C2C7F9;
--cobalt-300: #949CF5;
--cobalt-400: #5C68F0;
--cobalt-500: #2D3DEB;
--cobalt-600: #1323CD;
--cobalt-700: #0F1CA3;
--cobalt-800: #0B1475;
--cobalt-900: #070D4B;
--cobalt-950: #04082F;
}