Cobalt
#0835D9
BlueColor Codes
All color formats for development
HEX
#0835D9RGB
rgb(8, 53, 217)HSL
hsl(227, 93%, 44%)OKLCH
oklch(0.445 0.247 264.4)CMYK
cmyk(96%, 76%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0730C3
2#062AAD
3#052598
4#052082
5#041B6C
6#031557
7#021041
8#020B2B
9#010516
Tints
Lighter variations
1#093CF4
2#2351F7
3#3E66F8
4#5A7CF9
5#7592FA
6#91A8FB
7#ACBEFC
8#C8D3FD
9#E3E9FE
Tones
Muted variations
1#123BCE
2#1D41C4
3#2747B9
4#324DAF
5#3C53A4
6#46599A
7#515E90
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 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA5 #8EA5FB | BordersInactive statesPlaceholder text |
| 400 | 5377 #5377F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2250 #2250F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0835 #0835D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062A #062AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0313 #03134F | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE4FE;
--cobalt-200: #BFCCFD;
--cobalt-300: #8EA5FB;
--cobalt-400: #5377F9;
--cobalt-500: #2250F7;
--cobalt-600: #0835D9;
--cobalt-700: #062AAC;
--cobalt-800: #041E7B;
--cobalt-900: #03134F;
--cobalt-950: #020C31;
}