Cobalt
#324BAE
BlueColor Codes
All color formats for development
HEX
#324BAERGB
rgb(50, 75, 174)HSL
hsl(228, 55%, 44%)OKLCH
oklch(0.454 0.161 268.5)CMYK
cmyk(71%, 57%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D449D
2#283C8B
3#23357A
4#1E2D68
5#192657
6#141E46
7#0F1734
8#0A0F23
9#050811
Tints
Lighter variations
1#3955C4
2#4E67CC
3#647AD2
4#7A8DD8
5#90A0DF
6#A6B3E5
7#BDC6EC
8#D3D9F2
9#E9ECF9
Tones
Muted variations
1#394FA8
2#3F53A2
3#45569B
4#4B5A95
5#515E8F
6#586189
7#5E6583
8#64697D
9#6A6C76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD3 #CCD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B1 #A4B1E5 | BordersInactive statesPlaceholder text |
| 400 | 7588 #7588D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D66 #4D66CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 324B #324BAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 283C #283C8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2B #1D2B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121B #121B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E3E7F7;
--cobalt-200: #CCD3F0;
--cobalt-300: #A4B1E5;
--cobalt-400: #7588D7;
--cobalt-500: #4D66CB;
--cobalt-600: #324BAE;
--cobalt-700: #283C8A;
--cobalt-800: #1D2B63;
--cobalt-900: #121B3F;
--cobalt-950: #0B1128;
}