Cobalt
#0D4AA5
BlueColor Codes
All color formats for development
HEX
#0D4AA5RGB
rgb(13, 74, 165)HSL
hsl(216, 85%, 35%)OKLCH
oklch(0.432 0.159 259.5)CMYK
cmyk(92%, 55%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C4395
2#0B3B84
3#093474
4#082C63
5#072553
6#051E42
7#041632
8#030F21
9#010711
Tints
Lighter variations
1#1058C4
2#1266E2
3#2877EE
4#478BF0
5#669EF3
6#84B1F5
7#A3C5F8
8#C2D8FA
9#E0ECFD
Tones
Muted variations
1#154C9E
2#1D4D96
3#244F8E
4#2C5087
5#33527F
6#3B5378
7#425570
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 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BA #92BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A97 #5A97F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B79 #2B79EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 115D #115DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4A #0D4AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0622 #06224B | 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: #C2D8FA;
--cobalt-300: #92BAF6;
--cobalt-400: #5A97F2;
--cobalt-500: #2B79EE;
--cobalt-600: #115DD0;
--cobalt-700: #0D4AA5;
--cobalt-800: #0A3576;
--cobalt-900: #06224B;
--cobalt-950: #04152F;
}