Cobalt
#073BDA
BlueColor Codes
All color formats for development
HEX
#073BDARGB
rgb(7, 59, 218)HSL
hsl(225, 94%, 44%)OKLCH
oklch(0.454 0.243 264.1)CMYK
cmyk(97%, 73%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0636C4
2#0530AE
3#052A98
4#042483
5#031E6D
6#031857
7#021241
8#010C2C
9#010616
Tints
Lighter variations
1#0843F5
2#2157F8
3#3D6CF9
4#5981FA
5#7496FB
6#90ABFC
7#ACC0FC
8#C8D5FD
9#E3EAFE
Tones
Muted variations
1#1141CF
2#1C46C5
3#264BBA
4#3151AF
5#3B56A5
6#465B9A
7#516090
8#5B6685
9#666B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA9 #8DA9FB | BordersInactive statesPlaceholder text |
| 400 | 527C #527CFA | Disabled statesSecondary iconsMuted text |
| 500 | 2056 #2056F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 073B #073BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052F #052FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0422 #04227C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0216 #02164F | 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: #F0F4FF;
--cobalt-100: #DCE5FE;
--cobalt-200: #BFCEFD;
--cobalt-300: #8DA9FB;
--cobalt-400: #527CFA;
--cobalt-500: #2056F8;
--cobalt-600: #073BDA;
--cobalt-700: #052FAD;
--cobalt-800: #04227C;
--cobalt-900: #02164F;
--cobalt-950: #020E31;
}