Cobalt
#083CD9
BlueColor Codes
All color formats for development
HEX
#083CD9RGB
rgb(8, 60, 217)HSL
hsl(225, 93%, 44%)OKLCH
oklch(0.455 0.241 264)CMYK
cmyk(96%, 72%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0736C3
2#0630AD
3#052A98
4#052482
5#041E6C
6#031857
7#021241
8#020C2B
9#010616
Tints
Lighter variations
1#0944F4
2#2358F7
3#3E6DF8
4#5A81F9
5#7596FA
6#91ABFB
7#ACC0FC
8#C8D5FD
9#E3EAFE
Tones
Muted variations
1#1241CE
2#1D46C4
3#274CB9
4#3251AF
5#3C56A4
6#465B9A
7#516190
8#5B6685
9#666B7B
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;
}