Cobalt
#294889
BlueColor Codes
All color formats for development
HEX
#294889RGB
rgb(41, 72, 137)HSL
hsl(221, 54%, 35%)OKLCH
oklch(0.414 0.115 263.1)CMYK
cmyk(70%, 47%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25407C
2#21396E
3#1D3260
4#192B52
5#152445
6#101D37
7#0C1529
8#080E1B
9#04070E
Tints
Lighter variations
1#3155A3
2#3862BC
3#4C74CA
4#6688D1
5#7F9CD9
6#99B0E1
7#B2C3E8
8#CCD7F0
9#E5EBF7
Tones
Muted variations
1#2E4985
2#334B80
3#384D7B
4#3C4F76
5#415071
6#46526D
7#4B5468
8#505663
9#54575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E4 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E76 #4E76CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 345A #345AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2948 #294889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FB;
--cobalt-100: #E4EAF7;
--cobalt-200: #CCD7F0;
--cobalt-300: #A5B9E4;
--cobalt-400: #7694D6;
--cobalt-500: #4E76CA;
--cobalt-600: #345AAD;
--cobalt-700: #294889;
--cobalt-800: #1D3362;
--cobalt-900: #13213F;
--cobalt-950: #0C1427;
}