Cobalt
#0C5CD4
BlueColor Codes
All color formats for development
HEX
#0C5CD4RGB
rgb(12, 92, 212)HSL
hsl(216, 89%, 44%)OKLCH
oklch(0.508 0.198 260)CMYK
cmyk(94%, 57%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B53BF
2#0A4AAA
3#094194
4#07377F
5#062E6A
6#052555
7#041C40
8#02122A
9#010915
Tints
Lighter variations
1#0E68EF
2#2778F2
3#4289F4
4#5D9AF6
5#78ABF7
6#93BCF9
7#AECDFA
8#C9DDFC
9#E4EEFD
Tones
Muted variations
1#165ECA
2#2060C0
3#2A62B6
4#3464AC
5#3E66A2
6#486898
7#526A8E
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 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5696 #5696F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2678 #2678F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C5C #0C5CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A49 #0A49A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0734 #073478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0422 #04224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEAFD;
--cobalt-200: #C0D8FB;
--cobalt-300: #90BAF9;
--cobalt-400: #5696F5;
--cobalt-500: #2678F2;
--cobalt-600: #0C5CD4;
--cobalt-700: #0A49A9;
--cobalt-800: #073478;
--cobalt-900: #04224D;
--cobalt-950: #031530;
}