Cobalt
#0C52D4
BlueColor Codes
All color formats for development
HEX
#0C52D4RGB
rgb(12, 82, 212)HSL
hsl(219, 89%, 44%)OKLCH
oklch(0.489 0.21 261.8)CMYK
cmyk(94%, 61%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4ABF
2#0A42AA
3#093A94
4#07317F
5#06296A
6#052155
7#041940
8#02102A
9#010815
Tints
Lighter variations
1#0E5DEF
2#276EF2
3#4280F4
4#5D92F6
5#78A5F7
6#93B7F9
7#AEC9FA
8#C9DBFC
9#E4EDFD
Tones
Muted variations
1#1655CA
2#2058C0
3#2A5BB6
4#345EAC
5#3E61A2
6#486498
7#52678E
8#5C6A84
9#666D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B5 #90B5F9 | BordersInactive statesPlaceholder text |
| 400 | 568E #568EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 266E #266EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C52 #0C52D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A41 #0A41A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 072F #072F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DDE8FD;
--cobalt-200: #C0D5FB;
--cobalt-300: #90B5F9;
--cobalt-400: #568EF5;
--cobalt-500: #266EF2;
--cobalt-600: #0C52D4;
--cobalt-700: #0A41A9;
--cobalt-800: #072F78;
--cobalt-900: #041E4D;
--cobalt-950: #031330;
}