Cobalt
#0A47D6
BlueColor Codes
All color formats for development
HEX
#0A47D6RGB
rgb(10, 71, 214)HSL
hsl(222, 91%, 44%)OKLCH
oklch(0.47 0.225 263.2)CMYK
cmyk(95%, 67%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0940C1
2#0839AB
3#073296
4#062B81
5#05246B
6#041D56
7#031540
8#020E2B
9#010715
Tints
Lighter variations
1#0B50F2
2#2563F5
3#4077F6
4#5B8AF7
5#779EF9
6#92B1FA
7#ADC5FB
8#C8D8FC
9#E4ECFE
Tones
Muted variations
1#144BCC
2#1F50C2
3#2954B8
4#3358AD
5#3D5CA3
6#476099
7#52648F
8#5C6885
9#666C7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAF #8FAFFA | BordersInactive statesPlaceholder text |
| 400 | 5585 #5585F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2462 #2462F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A47 #0A47D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0839 #0839AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #06297A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FD;
--cobalt-200: #C0D2FC;
--cobalt-300: #8FAFFA;
--cobalt-400: #5585F7;
--cobalt-500: #2462F5;
--cobalt-600: #0A47D6;
--cobalt-700: #0839AA;
--cobalt-800: #06297A;
--cobalt-900: #041A4E;
--cobalt-950: #021031;
}