Cobalt
#0A4ED6
BlueColor Codes
All color formats for development
HEX
#0A4ED6RGB
rgb(10, 78, 214)HSL
hsl(220, 91%, 44%)OKLCH
oklch(0.483 0.217 262.4)CMYK
cmyk(95%, 64%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0946C1
2#083FAB
3#073796
4#062F81
5#05276B
6#041F56
7#031740
8#02102B
9#010815
Tints
Lighter variations
1#0B58F2
2#256AF5
3#407DF6
4#5B8FF7
5#77A2F9
6#92B5FA
7#ADC7FB
8#C8DAFC
9#E4ECFE
Tones
Muted variations
1#1452CC
2#1F55C2
3#2958B8
4#335CAD
5#3D5FA3
6#476399
7#52668F
8#5C6985
9#666D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D4 #C0D4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB3 #8FB3FA | BordersInactive statesPlaceholder text |
| 400 | 558B #558BF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2469 #2469F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A4E #0A4ED6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 083E #083EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062C #062C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041C #041C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE8FD;
--cobalt-200: #C0D4FC;
--cobalt-300: #8FB3FA;
--cobalt-400: #558BF7;
--cobalt-500: #2469F5;
--cobalt-600: #0A4ED6;
--cobalt-700: #083EAA;
--cobalt-800: #062C7A;
--cobalt-900: #041C4E;
--cobalt-950: #021231;
}