Cobalt
#2626BA
BlueColor Codes
All color formats for development
HEX
#2626BARGB
rgb(38, 38, 186)HSL
hsl(240, 66%, 44%)OKLCH
oklch(0.398 0.219 270.6)CMYK
cmyk(80%, 80%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2222A8
2#1F1F95
3#1B1B82
4#171770
5#13135D
6#0F0F4B
7#0B0B38
8#080825
9#040413
Tints
Lighter variations
1#2B2BD2
2#4141D8
3#5959DD
4#7171E2
5#8888E7
6#A0A0EC
7#B8B8F0
8#D0D0F5
9#E7E7FA
Tones
Muted variations
1#2E2EB3
2#3535AB
3#3C3CA4
4#44449D
5#4B4B95
6#53538E
7#5A5A86
8#61617F
9#696978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEB | BordersInactive statesPlaceholder text |
| 400 | 6B6B #6B6BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4141 #4141D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2626 #2626BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E1E #1E1E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #16166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FC;
--cobalt-100: #E1E1F9;
--cobalt-200: #C8C8F4;
--cobalt-300: #9E9EEB;
--cobalt-400: #6B6BE1;
--cobalt-500: #4141D8;
--cobalt-600: #2626BA;
--cobalt-700: #1E1E94;
--cobalt-800: #16166A;
--cobalt-900: #0E0E44;
--cobalt-950: #09092A;
}