Cobalt
#1222CE
BlueColor Codes
All color formats for development
HEX
#1222CERGB
rgb(18, 34, 206)HSL
hsl(235, 84%, 44%)OKLCH
oklch(0.41 0.249 266)CMYK
cmyk(91%, 83%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101EBA
2#0E1BA5
3#0D1891
4#0B147C
5#091167
6#070D53
7#050A3E
8#040729
9#020315
Tints
Lighter variations
1#1426E9
2#2D3DED
3#4755EF
4#616DF1
5#7C86F4
6#969EF6
7#B0B6F8
8#CACEFA
9#E5E7FD
Tones
Muted variations
1#1B2AC5
2#2531BC
3#2E39B2
4#3841A9
5#41499F
6#4B5196
7#54598C
8#5D6083
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 #C2C7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939B #939BF6 | BordersInactive statesPlaceholder text |
| 400 | 5B67 #5B67F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3C #2C3CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1222 #1222CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1B #0E1BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070C #070C4B | 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: #C2C7FA;
--cobalt-300: #939BF6;
--cobalt-400: #5B67F1;
--cobalt-500: #2C3CED;
--cobalt-600: #1222CE;
--cobalt-700: #0E1BA4;
--cobalt-800: #0A1375;
--cobalt-900: #070C4B;
--cobalt-950: #04082F;
}