Cobalt
#0C59D4
BlueColor Codes
All color formats for development
HEX
#0C59D4RGB
rgb(12, 89, 212)HSL
hsl(217, 89%, 44%)OKLCH
oklch(0.502 0.202 260.6)CMYK
cmyk(94%, 58%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B50BF
2#0A47AA
3#093E94
4#07357F
5#062C6A
6#052455
7#041B40
8#02122A
9#010915
Tints
Lighter variations
1#0E64EF
2#2775F2
3#4286F4
4#5D98F6
5#78A9F7
6#93BAF9
7#AECBFA
8#C9DDFC
9#E4EEFD
Tones
Muted variations
1#165BCA
2#205EC0
3#2A60B6
4#3462AC
5#3E65A2
6#486798
7#52698E
8#5C6C84
9#666E7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5693 #5693F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2674 #2674F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C59 #0C59D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A47 #0A47A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0733 #073378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204D | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDE9FD;
--cobalt-200: #C0D7FB;
--cobalt-300: #90B8F9;
--cobalt-400: #5693F5;
--cobalt-500: #2674F2;
--cobalt-600: #0C59D4;
--cobalt-700: #0A47A9;
--cobalt-800: #073378;
--cobalt-900: #04204D;
--cobalt-950: #031430;
}