Cobalt
#0E25A4
BlueColor Codes
All color formats for development
HEX
#0E25A4RGB
rgb(14, 37, 164)HSL
hsl(231, 84%, 35%)OKLCH
oklch(0.362 0.2 265.9)CMYK
cmyk(91%, 77%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2194
2#0B1D83
3#0A1A73
4#091663
5#071252
6#060F42
7#040B31
8#030721
9#010410
Tints
Lighter variations
1#112CC3
2#1432E1
3#2A47EC
4#4861EF
5#677BF2
6#8596F4
7#A4B0F7
8#C2CAFA
9#E1E5FC
Tones
Muted variations
1#162A9D
2#1D2F95
3#25358E
4#2C3A86
5#343F7F
6#3B4477
7#434A70
8#4A4F68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A2 #93A2F6 | BordersInactive statesPlaceholder text |
| 400 | 5B71 #5B71F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C49 #2C49ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122E #122ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E25 #0E25A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE3FC;
--cobalt-200: #C2CAFA;
--cobalt-300: #93A2F6;
--cobalt-400: #5B71F1;
--cobalt-500: #2C49ED;
--cobalt-600: #122ECE;
--cobalt-700: #0E25A4;
--cobalt-800: #0A1A75;
--cobalt-900: #07114B;
--cobalt-950: #040B2F;
}