Cobalt
#2630BA
BlueColor Codes
All color formats for development
HEX
#2630BARGB
rgb(38, 48, 186)HSL
hsl(236, 66%, 44%)OKLCH
oklch(0.412 0.21 269.8)CMYK
cmyk(80%, 74%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222BA8
2#1F2695
3#1B2282
4#171D70
5#13185D
6#0F134B
7#0B0E38
8#080A25
9#040513
Tints
Lighter variations
1#2B36D2
2#414BD8
3#5962DD
4#7178E2
5#888FE7
6#A0A5EC
7#B8BCF0
8#D0D2F5
9#E7E9FA
Tones
Muted variations
1#2E36B3
2#353DAB
3#3C43A4
4#444A9D
5#4B5095
6#53578E
7#5A5D86
8#61637F
9#696A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CB #C8CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA3 #9EA3EB | BordersInactive statesPlaceholder text |
| 400 | 6B73 #6B73E1 | Disabled statesSecondary iconsMuted text |
| 500 | 414B #414BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2630 #2630BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E26 #1E2694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161B #161B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E1E3F9;
--cobalt-200: #C8CBF4;
--cobalt-300: #9EA3EB;
--cobalt-400: #6B73E1;
--cobalt-500: #414BD8;
--cobalt-600: #2630BA;
--cobalt-700: #1E2694;
--cobalt-800: #161B6A;
--cobalt-900: #0E1144;
--cobalt-950: #090B2A;
}