Cobalt
#0936AA
BlueColor Codes
All color formats for development
HEX
#0936AARGB
rgb(9, 54, 170)HSL
hsl(223, 90%, 35%)OKLCH
oklch(0.396 0.19 263.6)CMYK
cmyk(95%, 68%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083199
2#072C88
3#062677
4#052166
5#041B55
6#041644
7#031033
8#020B22
9#010511
Tints
Lighter variations
1#0B41C9
2#0C4BE9
3#235EF3
4#4275F5
5#628CF7
6#81A3F8
7#A1BAFA
8#C0D1FC
9#E0E8FD
Tones
Muted variations
1#113AA2
2#193D9A
3#214191
4#294489
5#314881
6#394B79
7#414F71
8#495269
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AD #90ADF9 | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255F #255FF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B44 #0B44D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0936 #0936AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #062779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FD;
--cobalt-200: #C0D1FC;
--cobalt-300: #90ADF9;
--cobalt-400: #5583F6;
--cobalt-500: #255FF4;
--cobalt-600: #0B44D5;
--cobalt-700: #0936AA;
--cobalt-800: #062779;
--cobalt-900: #04194E;
--cobalt-950: #031030;
}