Cobalt
#0941AA
BlueColor Codes
All color formats for development
HEX
#0941AARGB
rgb(9, 65, 170)HSL
hsl(219, 90%, 35%)OKLCH
oklch(0.417 0.177 261.8)CMYK
cmyk(95%, 62%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083B99
2#073488
3#062E77
4#052766
5#042155
6#041A44
7#031433
8#020D22
9#010711
Tints
Lighter variations
1#0B4DC9
2#0C59E9
3#236CF3
4#4281F5
5#6296F7
6#81ABF8
7#A1C0FA
8#C0D5FC
9#E0EAFD
Tones
Muted variations
1#1144A2
2#19469A
3#214891
4#294B89
5#314D81
6#395079
7#415271
8#495469
9#515761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B5 #90B5F9 | BordersInactive statesPlaceholder text |
| 400 | 558E #558EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 256D #256DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B52 #0B52D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0941 #0941AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062F #062F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE8FD;
--cobalt-200: #C0D5FC;
--cobalt-300: #90B5F9;
--cobalt-400: #558EF6;
--cobalt-500: #256DF4;
--cobalt-600: #0B52D5;
--cobalt-700: #0941AA;
--cobalt-800: #062F79;
--cobalt-900: #041E4E;
--cobalt-950: #031330;
}