Cobalt
#0E1BA4
BlueColor Codes
All color formats for development
HEX
#0E1BA4RGB
rgb(14, 27, 164)HSL
hsl(235, 84%, 35%)OKLCH
oklch(0.349 0.208 266.3)CMYK
cmyk(91%, 84%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1894
2#0B1583
3#0A1373
4#091063
5#070D52
6#060B42
7#040831
8#030521
9#010310
Tints
Lighter variations
1#1120C3
2#1425E1
3#2A3AEC
4#4856EF
5#6772F2
6#858EF4
7#A4AAF7
8#C2C7FA
9#E1E3FC
Tones
Muted variations
1#16219D
2#1D2795
3#252E8E
4#2C3486
5#343A7F
6#3B4077
7#434770
8#4A4D68
9#525361
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;
}