Cobalt
#0E4DA4
BlueColor Codes
All color formats for development
HEX
#0E4DA4RGB
rgb(14, 77, 164)HSL
hsl(215, 84%, 35%)OKLCH
oklch(0.438 0.153 258.6)CMYK
cmyk(91%, 53%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4594
2#0B3D83
3#0A3673
4#092E63
5#072652
6#061F42
7#041731
8#030F21
9#010810
Tints
Lighter variations
1#115BC3
2#1469E1
3#2A7BEC
4#488EEF
5#67A1F2
6#85B3F4
7#A4C6F7
8#C2D9FA
9#E1ECFC
Tones
Muted variations
1#164E9D
2#1D4F95
3#25518E
4#2C5286
5#34537F
6#3B5477
7#435670
8#4A5768
9#525861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BC #93BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5B99 #5B99F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C7C #2C7CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1260 #1260CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4D #0E4DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEBFC;
--cobalt-200: #C2D9FA;
--cobalt-300: #93BCF6;
--cobalt-400: #5B99F1;
--cobalt-500: #2C7CED;
--cobalt-600: #1260CE;
--cobalt-700: #0E4DA4;
--cobalt-800: #0A3775;
--cobalt-900: #07234B;
--cobalt-950: #04162F;
}