Cobalt
#0630AC
BlueColor Codes
All color formats for development
HEX
#0630ACRGB
rgb(6, 48, 172)HSL
hsl(225, 93%, 35%)OKLCH
oklch(0.387 0.2 264)CMYK
cmyk(97%, 72%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062B9B
2#05268A
3#042179
4#041D67
5#031856
6#021345
7#020E34
8#010A22
9#010511
Tints
Lighter variations
1#0739CC
2#0941EC
3#1F55F7
4#3F6DF8
5#5F86F9
6#7F9EFA
7#9FB6FC
8#BFCEFD
9#DFE7FE
Tones
Muted variations
1#0F34A4
2#17389C
3#1F3C93
4#27408B
5#304483
6#38497A
7#404D72
8#49516A
9#515562
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA9 #8EA9FB | BordersInactive statesPlaceholder text |
| 400 | 537C #537CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2257 #2257F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 083C #083CD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0630 #0630AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0422 #04227B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0316 #03164F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE5FE;
--cobalt-200: #BFCEFD;
--cobalt-300: #8EA9FB;
--cobalt-400: #537CF9;
--cobalt-500: #2257F7;
--cobalt-600: #083CD9;
--cobalt-700: #0630AC;
--cobalt-800: #04227B;
--cobalt-900: #03164F;
--cobalt-950: #020E31;
}