Cobalt
#2646BA
BlueColor Codes
All color formats for development
HEX
#2646BARGB
rgb(38, 70, 186)HSL
hsl(227, 66%, 44%)OKLCH
oklch(0.449 0.186 266.6)CMYK
cmyk(80%, 62%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223FA8
2#1F3895
3#1B3182
4#172A70
5#13235D
6#0F1C4B
7#0B1538
8#080E25
9#040713
Tints
Lighter variations
1#2B4FD2
2#4162D8
3#5976DD
4#7189E2
5#889DE7
6#A0B1EC
7#B8C4F0
8#D0D8F5
9#E7EBFA
Tones
Muted variations
1#2E4AB3
2#354FAB
3#3C53A4
4#44579D
5#4B5B95
6#535F8E
7#5A6486
8#61687F
9#696C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAE #9EAEEB | BordersInactive statesPlaceholder text |
| 400 | 6B84 #6B84E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4161 #4161D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2646 #2646BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E38 #1E3894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1628 #16286A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1A #0E1A44 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E1E6F9;
--cobalt-200: #C8D1F4;
--cobalt-300: #9EAEEB;
--cobalt-400: #6B84E1;
--cobalt-500: #4161D8;
--cobalt-600: #2646BA;
--cobalt-700: #1E3894;
--cobalt-800: #16286A;
--cobalt-900: #0E1A44;
--cobalt-950: #09102A;
}