Cobalt
#0E5CA4
BlueColor Codes
All color formats for development
HEX
#0E5CA4RGB
rgb(14, 92, 164)HSL
hsl(209, 84%, 35%)OKLCH
oklch(0.472 0.135 252.4)CMYK
cmyk(91%, 44%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5394
2#0B4983
3#0A4073
4#093763
5#072E52
6#062542
7#041C31
8#031221
9#010910
Tints
Lighter variations
1#116DC3
2#147EE1
3#2A8EEC
4#489EEF
5#67AEF2
6#85BFF4
7#A4CFF7
8#C2DFFA
9#E1EFFC
Tones
Muted variations
1#165B9D
2#1D5B95
3#255B8E
4#2C5B86
5#345A7F
6#3B5A77
7#435A70
8#4A5A68
9#525961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C6 #93C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA8 #5BA8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8F #2C8FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1273 #1273CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5C #0E5CA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEEFC;
--cobalt-200: #C2DFFA;
--cobalt-300: #93C6F6;
--cobalt-400: #5BA8F1;
--cobalt-500: #2C8FED;
--cobalt-600: #1273CE;
--cobalt-700: #0E5CA4;
--cobalt-800: #0A4275;
--cobalt-900: #072A4B;
--cobalt-950: #041A2F;
}