Cobalt
#0A4BD6
BlueColor Codes
All color formats for development
HEX
#0A4BD6RGB
rgb(10, 75, 214)HSL
hsl(221, 91%, 44%)OKLCH
oklch(0.477 0.221 262.8)CMYK
cmyk(95%, 65%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0943C1
2#083CAB
3#073496
4#062D81
5#05256B
6#041E56
7#031640
8#020F2B
9#010715
Tints
Lighter variations
1#0B54F2
2#2567F5
3#407AF6
4#5B8DF7
5#77A0F9
6#92B3FA
7#ADC6FB
8#C8D9FC
9#E4ECFE
Tones
Muted variations
1#144FCC
2#1F52C2
3#2956B8
4#335AAD
5#3D5DA3
6#476199
7#52658F
8#5C6985
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 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB1 #8FB1FA | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2466 #2466F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A4B #0A4BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 083B #083BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062A #062A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FD;
--cobalt-200: #C0D3FC;
--cobalt-300: #8FB1FA;
--cobalt-400: #5588F7;
--cobalt-500: #2466F5;
--cobalt-600: #0A4BD6;
--cobalt-700: #083BAA;
--cobalt-800: #062A7A;
--cobalt-900: #041B4E;
--cobalt-950: #021131;
}