Cobalt
#0627AC
BlueColor Codes
All color formats for development
HEX
#0627ACRGB
rgb(6, 39, 172)HSL
hsl(228, 93%, 35%)OKLCH
oklch(0.373 0.209 264.6)CMYK
cmyk(97%, 77%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06249B
2#05208A
3#041C79
4#041867
5#031456
6#021045
7#020C34
8#010822
9#010411
Tints
Lighter variations
1#072FCC
2#0936EC
3#1F4AF7
4#3F64F8
5#5F7EF9
6#7F98FA
7#9FB2FC
8#BFCBFD
9#DFE5FE
Tones
Muted variations
1#0F2CA4
2#17319C
3#1F3693
4#273B8B
5#304083
6#38457A
7#404A72
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 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA4 #8EA4FB | BordersInactive statesPlaceholder text |
| 400 | 5374 #5374F9 | Disabled statesSecondary iconsMuted text |
| 500 | 224C #224CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0832 #0832D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0627 #0627AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0312 #03124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE3FE;
--cobalt-200: #BFCBFD;
--cobalt-300: #8EA4FB;
--cobalt-400: #5374F9;
--cobalt-500: #224CF7;
--cobalt-600: #0832D9;
--cobalt-700: #0627AC;
--cobalt-800: #041C7B;
--cobalt-900: #03124F;
--cobalt-950: #020B31;
}