Cobalt
#0E48A4
BlueColor Codes
All color formats for development
HEX
#0E48A4RGB
rgb(14, 72, 164)HSL
hsl(217, 84%, 35%)OKLCH
oklch(0.427 0.16 260.1)CMYK
cmyk(91%, 56%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4194
2#0B3983
3#0A3273
4#092B63
5#072452
6#061D42
7#041631
8#030E21
9#010710
Tints
Lighter variations
1#1155C3
2#1462E1
3#2A74EC
4#4888EF
5#679CF2
6#85B0F4
7#A4C4F7
8#C2D7FA
9#E1EBFC
Tones
Muted variations
1#164A9D
2#1D4B95
3#254D8E
4#2C4F86
5#34517F
6#3B5277
7#435470
8#4A5668
9#525861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D7 #C2D7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B9 #93B9F6 | BordersInactive statesPlaceholder text |
| 400 | 5B94 #5B94F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C76 #2C76ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125A #125ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E48 #0E48A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A33 #0A3375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0721 #07214B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEAFC;
--cobalt-200: #C2D7FA;
--cobalt-300: #93B9F6;
--cobalt-400: #5B94F1;
--cobalt-500: #2C76ED;
--cobalt-600: #125ACE;
--cobalt-700: #0E48A4;
--cobalt-800: #0A3375;
--cobalt-900: #07214B;
--cobalt-950: #04152F;
}