Cobalt
#061CAC
BlueColor Codes
All color formats for development
HEX
#061CACRGB
rgb(6, 28, 172)HSL
hsl(232, 93%, 35%)OKLCH
oklch(0.359 0.218 265)CMYK
cmyk(97%, 84%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061A9B
2#05178A
3#041479
4#041167
5#030E56
6#020B45
7#020934
8#010622
9#010311
Tints
Lighter variations
1#0722CC
2#0927EC
3#1F3CF7
4#3F58F8
5#5F74F9
6#7F8FFA
7#9FABFC
8#BFC7FD
9#DFE3FE
Tones
Muted variations
1#0F22A4
2#17299C
3#1F2F93
4#27358B
5#303B83
6#38417A
7#404772
8#494D6A
9#515362
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 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9C #8E9CFB | BordersInactive statesPlaceholder text |
| 400 | 5369 #5369F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223E #223EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0824 #0824D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061C #061CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4F | 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: #BFC7FD;
--cobalt-300: #8E9CFB;
--cobalt-400: #5369F9;
--cobalt-500: #223EF7;
--cobalt-600: #0824D9;
--cobalt-700: #061CAC;
--cobalt-800: #04147B;
--cobalt-900: #030D4F;
--cobalt-950: #020831;
}