Cobalt
#2249BF
BlueColor Codes
All color formats for development
HEX
#2249BFRGB
rgb(34, 73, 191)HSL
hsl(225, 70%, 44%)OKLCH
oklch(0.458 0.19 265.2)CMYK
cmyk(82%, 62%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E42AC
2#1B3A99
3#183386
4#142C72
5#11245F
6#0D1D4C
7#0A1639
8#070F26
9#030713
Tints
Lighter variations
1#2652D7
2#3D65DD
3#5578E1
4#6D8BE5
5#869FEA
6#9EB2EE
7#B6C5F2
8#CED8F6
9#E7ECFB
Tones
Muted variations
1#2A4DB7
2#3151AF
3#3955A7
4#41599F
5#495D97
6#516090
7#596488
8#606880
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB0 #9BB0ED | BordersInactive statesPlaceholder text |
| 400 | 6787 #6787E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C64 #3C64DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2249 #2249BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3A #1B3A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1329 #13296C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1B #0C1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E1E7FA;
--cobalt-200: #C7D2F5;
--cobalt-300: #9BB0ED;
--cobalt-400: #6787E4;
--cobalt-500: #3C64DD;
--cobalt-600: #2249BF;
--cobalt-700: #1B3A98;
--cobalt-800: #13296C;
--cobalt-900: #0C1B45;
--cobalt-950: #08112B;
}