Cobalt
#061FAC
BlueColor Codes
All color formats for development
HEX
#061FACRGB
rgb(6, 31, 172)HSL
hsl(231, 93%, 35%)OKLCH
oklch(0.362 0.216 264.9)CMYK
cmyk(97%, 82%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061C9B
2#05198A
3#041679
4#041367
5#031056
6#020C45
7#020934
8#010622
9#010311
Tints
Lighter variations
1#0725CC
2#092BEC
3#1F3FF7
4#3F5BF8
5#5F76F9
6#7F92FA
7#9FADFC
8#BFC8FD
9#DFE4FE
Tones
Muted variations
1#0F25A4
2#172B9C
3#1F3193
4#27368B
5#303C83
6#38427A
7#404872
8#494E6A
9#515362
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9E #8E9EFB | BordersInactive statesPlaceholder text |
| 400 | 536C #536CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2242 #2242F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0827 #0827D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061F #061FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030E #030E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FE;
--cobalt-100: #DDE2FE;
--cobalt-200: #BFC8FD;
--cobalt-300: #8E9EFB;
--cobalt-400: #536CF9;
--cobalt-500: #2242F7;
--cobalt-600: #0827D9;
--cobalt-700: #061FAC;
--cobalt-800: #04167B;
--cobalt-900: #030E4F;
--cobalt-950: #020931;
}