Cobalt
#294489
BlueColor Codes
All color formats for development
HEX
#294489RGB
rgb(41, 68, 137)HSL
hsl(223, 54%, 35%)OKLCH
oklch(0.405 0.12 265.3)CMYK
cmyk(70%, 50%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#253E7C
2#21376E
3#1D3060
4#192952
5#152245
6#101B37
7#0C1529
8#080E1B
9#04070E
Tints
Lighter variations
1#3151A3
2#385EBC
3#4C70CA
4#6684D1
5#7F99D9
6#99ADE1
7#B2C2E8
8#CCD6F0
9#E5EBF7
Tones
Muted variations
1#2E4685
2#334980
3#384B7B
4#3C4D76
5#414F71
6#46516D
7#4B5368
8#505563
9#54575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E4 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E71 #4E71CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3456 #3456AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2944 #294489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D31 #1D3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | 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: #E4E9F7;
--cobalt-200: #CCD6F0;
--cobalt-300: #A5B7E4;
--cobalt-400: #7691D6;
--cobalt-500: #4E71CA;
--cobalt-600: #3456AD;
--cobalt-700: #294489;
--cobalt-800: #1D3162;
--cobalt-900: #131F3F;
--cobalt-950: #0C1427;
}