Cobalt
#0E22A4
BlueColor Codes
All color formats for development
HEX
#0E22A4RGB
rgb(14, 34, 164)HSL
hsl(232, 84%, 35%)OKLCH
oklch(0.358 0.203 266)CMYK
cmyk(91%, 79%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1F94
2#0B1B83
3#0A1873
4#091563
5#071152
6#060E42
7#040A31
8#030721
9#010310
Tints
Lighter variations
1#1129C3
2#142FE1
3#2A44EC
4#485EEF
5#6779F2
6#8594F4
7#A4AFF7
8#C2C9FA
9#E1E4FC
Tones
Muted variations
1#16289D
2#1D2D95
3#25338E
4#2C3886
5#343E7F
6#3B4377
7#434970
8#4A4E68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A0 #93A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5B6F #5B6FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C46 #2C46ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122B #122BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E22 #0E22A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE2FC;
--cobalt-200: #C2C9FA;
--cobalt-300: #93A0F6;
--cobalt-400: #5B6FF1;
--cobalt-500: #2C46ED;
--cobalt-600: #122BCE;
--cobalt-700: #0E22A4;
--cobalt-800: #0A1875;
--cobalt-900: #07104B;
--cobalt-950: #040A2F;
}