Cobalt
#0E57A4
BlueColor Codes
All color formats for development
HEX
#0E57A4RGB
rgb(14, 87, 164)HSL
hsl(211, 84%, 35%)OKLCH
oklch(0.46 0.141 254.7)CMYK
cmyk(91%, 47%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4E94
2#0B4583
3#0A3D73
4#093463
5#072B52
6#062342
7#041A31
8#031121
9#010910
Tints
Lighter variations
1#1167C3
2#1477E1
3#2A88EC
4#4899EF
5#67AAF2
6#85BBF4
7#A4CCF7
8#C2DDFA
9#E1EEFC
Tones
Muted variations
1#16579D
2#1D5795
3#25588E
4#2C5886
5#34587F
6#3B5877
7#435970
8#4A5968
9#525961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DD #C2DDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C3 #93C3F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA3 #5BA3F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C89 #2C89ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 126D #126DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E57 #0E57A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3E #0A3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEEDFC;
--cobalt-200: #C2DDFA;
--cobalt-300: #93C3F6;
--cobalt-400: #5BA3F1;
--cobalt-500: #2C89ED;
--cobalt-600: #126DCE;
--cobalt-700: #0E57A4;
--cobalt-800: #0A3E75;
--cobalt-900: #07284B;
--cobalt-950: #04192F;
}