Cobalt
#0C47A7
BlueColor Codes
All color formats for development
HEX
#0C47A7RGB
rgb(12, 71, 167)HSL
hsl(217, 87%, 35%)OKLCH
oklch(0.427 0.165 260.5)CMYK
cmyk(93%, 57%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4096
2#093986
3#083275
4#072B64
5#062453
6#051C43
7#031532
8#020E21
9#010711
Tints
Lighter variations
1#0E54C6
2#1062E5
3#2673F0
4#4587F2
5#649BF4
6#83AFF6
7#A2C3F9
8#C1D7FB
9#E0EBFD
Tones
Muted variations
1#13499F
2#1B4B97
3#234D90
4#2B4E88
5#325080
6#3A5278
7#425471
8#4A5669
9#515761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D7 #C1D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B8 #91B8F7 | BordersInactive statesPlaceholder text |
| 400 | 5894 #5894F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2875 #2875F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F59 #0F59D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C47 #0C47A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0833 #083377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0521 #05214C | 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: #DEEAFD;
--cobalt-200: #C1D7FB;
--cobalt-300: #91B8F7;
--cobalt-400: #5894F3;
--cobalt-500: #2875F0;
--cobalt-600: #0F59D2;
--cobalt-700: #0C47A7;
--cobalt-800: #083377;
--cobalt-900: #05214C;
--cobalt-950: #031430;
}