Cobalt
#0625AC
BlueColor Codes
All color formats for development
HEX
#0625ACRGB
rgb(6, 37, 172)HSL
hsl(229, 93%, 35%)OKLCH
oklch(0.37 0.211 264.7)CMYK
cmyk(97%, 78%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06219B
2#051D8A
3#041A79
4#041667
5#031256
6#020F45
7#020B34
8#010722
9#010411
Tints
Lighter variations
1#072BCC
2#0932EC
3#1F47F7
4#3F61F8
5#5F7BF9
6#7F96FA
7#9FB0FC
8#BFCAFD
9#DFE5FE
Tones
Muted variations
1#0F2AA4
2#172F9C
3#1F3493
4#273A8B
5#303F83
6#38447A
7#404972
8#494F6A
9#515462
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FB | BordersInactive statesPlaceholder text |
| 400 | 5371 #5371F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2249 #2249F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082E #082ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0625 #0625AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE3FE;
--cobalt-200: #BFCAFD;
--cobalt-300: #8EA2FB;
--cobalt-400: #5371F9;
--cobalt-500: #2249F7;
--cobalt-600: #082ED9;
--cobalt-700: #0625AC;
--cobalt-800: #041A7B;
--cobalt-900: #03114F;
--cobalt-950: #020A31;
}