Cobalt
#0841AA
BlueColor Codes
All color formats for development
HEX
#0841AARGB
rgb(8, 65, 170)HSL
hsl(219, 91%, 35%)OKLCH
oklch(0.416 0.177 261.7)CMYK
cmyk(95%, 62%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073A99
2#063488
3#062D77
4#052766
5#042055
6#031A44
7#021333
8#020D22
9#010611
Tints
Lighter variations
1#0A4DCA
2#0B59EA
3#216BF5
4#4180F6
5#6196F8
6#80ABF9
7#A0C0FB
8#C0D5FC
9#DFEAFE
Tones
Muted variations
1#1043A2
2#18469A
3#204892
4#294B8A
5#314D82
6#39507A
7#415272
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 | 8FB4 #8FB4FA | BordersInactive statesPlaceholder text |
| 400 | 558D #558DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 246D #246DF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A52 #0A52D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0841 #0841AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062E #062E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | 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: #8FB4FA;
--cobalt-400: #558DF7;
--cobalt-500: #246DF5;
--cobalt-600: #0A52D6;
--cobalt-700: #0841AA;
--cobalt-800: #062E7A;
--cobalt-900: #041E4E;
--cobalt-950: #021331;
}