Cobalt
#2632BA
BlueColor Codes
All color formats for development
HEX
#2632BARGB
rgb(38, 50, 186)HSL
hsl(235, 66%, 44%)OKLCH
oklch(0.415 0.208 269.6)CMYK
cmyk(80%, 73%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222DA8
2#1F2895
3#1B2382
4#171E70
5#13195D
6#0F144B
7#0B0F38
8#080A25
9#040513
Tints
Lighter variations
1#2B39D2
2#414ED8
3#5964DD
4#717AE2
5#8890E7
6#A0A6EC
7#B8BDF0
8#D0D3F5
9#E7E9FA
Tones
Muted variations
1#2E39B3
2#353FAB
3#3C45A4
4#444B9D
5#4B5195
6#53588E
7#5A5E86
8#61647F
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 | C8CC #C8CCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA4 #9EA4EB | BordersInactive statesPlaceholder text |
| 400 | 6B75 #6B75E1 | Disabled statesSecondary iconsMuted text |
| 500 | 414D #414DD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2632 #2632BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E28 #1E2894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161D #161D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E12 #0E1244 | 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: #C8CCF4;
--cobalt-300: #9EA4EB;
--cobalt-400: #6B75E1;
--cobalt-500: #414DD8;
--cobalt-600: #2632BA;
--cobalt-700: #1E2894;
--cobalt-800: #161D6A;
--cobalt-900: #0E1244;
--cobalt-950: #090B2A;
}