Cobalt
#0E3EA4
BlueColor Codes
All color formats for development
HEX
#0E3EA4RGB
rgb(14, 62, 164)HSL
hsl(221, 84%, 35%)OKLCH
oklch(0.406 0.172 262.6)CMYK
cmyk(91%, 62%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3894
2#0B3183
3#0A2B73
4#092563
5#071F52
6#061942
7#041331
8#030C21
9#010610
Tints
Lighter variations
1#1149C3
2#1455E1
3#2A67EC
4#487DEF
5#6793F2
6#85A8F4
7#A4BEF7
8#C2D4FA
9#E1E9FC
Tones
Muted variations
1#16419D
2#1D4395
3#25468E
4#2C4986
5#344C7F
6#3B4E77
7#435170
8#4A5468
9#525761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B2 #93B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8A #5B8AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C69 #2C69ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 124E #124ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E3E #0E3EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071C #071C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE8FC;
--cobalt-200: #C2D4FA;
--cobalt-300: #93B2F6;
--cobalt-400: #5B8AF1;
--cobalt-500: #2C69ED;
--cobalt-600: #124ECE;
--cobalt-700: #0E3EA4;
--cobalt-800: #0A2C75;
--cobalt-900: #071C4B;
--cobalt-950: #04122F;
}