Cobalt
#0D60D3
BlueColor Codes
All color formats for development
HEX
#0D60D3RGB
rgb(13, 96, 211)HSL
hsl(215, 88%, 44%)OKLCH
oklch(0.516 0.192 259.1)CMYK
cmyk(94%, 55%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C56BE
2#0B4DA9
3#094394
4#08397F
5#073069
6#052654
7#041D3F
8#03132A
9#010A15
Tints
Lighter variations
1#0F6CEE
2#287CF1
3#438CF3
4#5E9DF5
5#79ADF6
6#94BEF8
7#AECEFA
8#C9DEFC
9#E4EFFD
Tones
Muted variations
1#1761C9
2#2163BF
3#2B65B5
4#3566AB
5#3F68A2
6#496A98
7#536B8E
8#5C6D84
9#666F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D9 #C1D9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BC #91BCF8 | BordersInactive statesPlaceholder text |
| 400 | 5799 #5799F4 | Disabled statesSecondary iconsMuted text |
| 500 | 277B #277BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D60 #0D60D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B4C #0B4CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0836 #083678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0523 #05234D | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C1D9FB;
--cobalt-300: #91BCF8;
--cobalt-400: #5799F4;
--cobalt-500: #277BF1;
--cobalt-600: #0D60D3;
--cobalt-700: #0B4CA8;
--cobalt-800: #083678;
--cobalt-900: #05234D;
--cobalt-950: #031630;
}