Cobalt
#044BAF
BlueColor Codes
All color formats for development
HEX
#044BAFRGB
rgb(4, 75, 175)HSL
hsl(215, 96%, 35%)OKLCH
oklch(0.441 0.172 259.6)CMYK
cmyk(98%, 57%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03439D
2#033C8C
3#02347A
4#022D69
5#022557
6#011E46
7#011634
8#010F23
9#000711
Tints
Lighter variations
1#0459CF
2#0567F0
3#1C78FA
4#3C8CFB
5#5D9FFC
6#7DB2FC
7#9EC5FD
8#BED9FE
9#DFECFE
Tones
Muted variations
1#0C4CA6
2#154E9E
3#1D4F95
4#26518D
5#2E5284
6#37547C
7#405573
8#48566A
9#515862
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED9 #BED9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBB #8CBBFD | BordersInactive statesPlaceholder text |
| 400 | 5097 #5097FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7A #1E7AFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 045E #045EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044B #044BAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0336 #03367D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0222 #022250 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEAFE;
--cobalt-200: #BED9FE;
--cobalt-300: #8CBBFD;
--cobalt-400: #5097FB;
--cobalt-500: #1E7AFA;
--cobalt-600: #045EDC;
--cobalt-700: #044BAF;
--cobalt-800: #03367D;
--cobalt-900: #022250;
--cobalt-950: #011532;
}