Cobalt
#364BAB
BlueColor Codes
All color formats for development
HEX
#364BABRGB
rgb(54, 75, 171)HSL
hsl(229, 52%, 44%)OKLCH
oklch(0.453 0.155 269.8)CMYK
cmyk(68%, 56%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304499
2#2B3C88
3#263577
4#202D66
5#1B2655
6#161E44
7#101733
8#0B0F22
9#050811
Tints
Lighter variations
1#3D55C0
2#5167C8
3#677ACF
4#7D8DD6
5#92A0DD
6#A8B3E4
7#BEC6EA
8#D4D9F1
9#E9ECF8
Tones
Muted variations
1#3C4FA5
2#42539F
3#475699
4#4D5A93
5#535E8D
6#596188
7#5F6582
8#65697C
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B1 #A6B1E3 | BordersInactive statesPlaceholder text |
| 400 | 7788 #7788D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5166 #5166C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 364B #364BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B3C #2B3C88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2B #1F2B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FB;
--cobalt-100: #E4E7F6;
--cobalt-200: #CDD3EF;
--cobalt-300: #A6B1E3;
--cobalt-400: #7788D4;
--cobalt-500: #5166C8;
--cobalt-600: #364BAB;
--cobalt-700: #2B3C88;
--cobalt-800: #1F2B61;
--cobalt-900: #141B3E;
--cobalt-950: #0C1127;
}