Cobalt
#364DAB
BlueColor Codes
All color formats for development
HEX
#364DABRGB
rgb(54, 77, 171)HSL
hsl(228, 52%, 44%)OKLCH
oklch(0.457 0.153 269.2)CMYK
cmyk(68%, 55%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304599
2#2B3E88
3#263677
4#202E66
5#1B2755
6#161F44
7#101733
8#0B0F22
9#050811
Tints
Lighter variations
1#3D57C0
2#5169C8
3#677CCF
4#7D8FD6
5#92A1DD
6#A8B4E4
7#BEC7EA
8#D4DAF1
9#E9ECF8
Tones
Muted variations
1#3C51A5
2#42549F
3#475899
4#4D5B93
5#535F8D
6#596288
7#5F6682
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 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD4 #CDD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B2 #A6B2E3 | BordersInactive statesPlaceholder text |
| 400 | 778A #778AD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5168 #5168C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 364D #364DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B3D #2B3D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2C #1F2C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141C #141C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FB;
--cobalt-100: #E4E8F6;
--cobalt-200: #CDD4EF;
--cobalt-300: #A6B2E3;
--cobalt-400: #778AD4;
--cobalt-500: #5168C8;
--cobalt-600: #364DAB;
--cobalt-700: #2B3D88;
--cobalt-800: #1F2C61;
--cobalt-900: #141C3E;
--cobalt-950: #0C1227;
}