Cobalt
#0C38D4
BlueColor Codes
All color formats for development
HEX
#0C38D4RGB
rgb(12, 56, 212)HSL
hsl(227, 89%, 44%)OKLCH
oklch(0.444 0.238 264.5)CMYK
cmyk(94%, 74%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B32BF
2#0A2CAA
3#092794
4#07217F
5#061C6A
6#051655
7#041140
8#020B2A
9#010615
Tints
Lighter variations
1#0E3FEF
2#2753F2
3#4269F4
4#5D7EF6
5#7894F7
6#93A9F9
7#AEBFFA
8#C9D4FC
9#E4EAFD
Tones
Muted variations
1#163DCA
2#2043C0
3#2A49B6
4#344EAC
5#3E54A2
6#485A98
7#525F8E
8#5C6584
9#666B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A7 #90A7F9 | BordersInactive statesPlaceholder text |
| 400 | 5679 #5679F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2652 #2652F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C38 #0C38D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2C #0A2CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0720 #072078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DDE4FD;
--cobalt-200: #C0CDFB;
--cobalt-300: #90A7F9;
--cobalt-400: #5679F5;
--cobalt-500: #2652F2;
--cobalt-600: #0C38D4;
--cobalt-700: #0A2CA9;
--cobalt-800: #072078;
--cobalt-900: #04144D;
--cobalt-950: #030D30;
}