Cobalt
#0754AB
BlueColor Codes
All color formats for development
HEX
#0754ABRGB
rgb(7, 84, 171)HSL
hsl(212, 92%, 35%)OKLCH
oklch(0.458 0.155 256.6)CMYK
cmyk(96%, 51%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064B9A
2#064389
3#053B78
4#043267
5#042A56
6#032245
7#021933
8#011122
9#010811
Tints
Lighter variations
1#0863CB
2#0A73EB
3#2084F6
4#4095F7
5#60A7F8
6#80B9FA
7#A0CAFB
8#BFDCFC
9#DFEDFE
Tones
Muted variations
1#0F54A3
2#18559B
3#205593
4#28568B
5#305782
6#38577A
7#415872
8#49586A
9#515961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FA | BordersInactive statesPlaceholder text |
| 400 | 54A0 #54A0F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2385 #2385F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0969 #0969D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0754 #0754AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053C #053C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDCFC;
--cobalt-300: #8EC1FA;
--cobalt-400: #54A0F8;
--cobalt-500: #2385F6;
--cobalt-600: #0969D7;
--cobalt-700: #0754AB;
--cobalt-800: #053C7A;
--cobalt-900: #03264E;
--cobalt-950: #021831;
}