Cobalt
#0832D9
BlueColor Codes
All color formats for development
HEX
#0832D9RGB
rgb(8, 50, 217)HSL
hsl(228, 93%, 44%)OKLCH
oklch(0.441 0.25 264.5)CMYK
cmyk(96%, 77%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072DC3
2#0628AD
3#052398
4#051E82
5#04196C
6#031457
7#020F41
8#020A2B
9#010516
Tints
Lighter variations
1#0938F4
2#234DF7
3#3E63F8
4#5A7AF9
5#7590FA
6#91A6FB
7#ACBCFC
8#C8D3FD
9#E3E9FE
Tones
Muted variations
1#1238CE
2#1D3EC4
3#2744B9
4#324BAF
5#3C51A4
6#46579A
7#515D90
8#5B6485
9#666A7B
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;
}