Cobalt
#071DAB
BlueColor Codes
All color formats for development
HEX
#071DABRGB
rgb(7, 29, 171)HSL
hsl(232, 92%, 35%)OKLCH
oklch(0.359 0.216 265.1)CMYK
cmyk(96%, 83%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061A9A
2#061789
3#051478
4#041167
5#040F56
6#030C45
7#020933
8#010622
9#010311
Tints
Lighter variations
1#0822CB
2#0A28EB
3#203DF6
4#4058F7
5#6074F8
6#8090FA
7#A0ACFB
8#BFC7FC
9#DFE3FE
Tones
Muted variations
1#0F23A3
2#18299B
3#202F93
4#28358B
5#303B82
6#38417A
7#414772
8#494D6A
9#515361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FE;
--cobalt-100: #DDE1FE;
--cobalt-200: #BFC7FC;
--cobalt-300: #8E9DFA;
--cobalt-400: #546AF8;
--cobalt-500: #233FF6;
--cobalt-600: #0925D7;
--cobalt-700: #071DAB;
--cobalt-800: #05157A;
--cobalt-900: #030D4E;
--cobalt-950: #020831;
}