Cobalt
#2241BF
BlueColor Codes
All color formats for development
HEX
#2241BFRGB
rgb(34, 65, 191)HSL
hsl(228, 70%, 44%)OKLCH
oklch(0.443 0.199 266.6)CMYK
cmyk(82%, 66%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3BAC
2#1B3499
3#182E86
4#142772
5#11215F
6#0D1A4C
7#0A1439
8#070D26
9#030713
Tints
Lighter variations
1#2649D7
2#3D5DDD
3#5571E1
4#6D85E5
5#869AEA
6#9EAEEE
7#B6C2F2
8#CED6F6
9#E7EBFB
Tones
Muted variations
1#2A46B7
2#314BAF
3#394FA7
4#41549F
5#495997
6#515D90
7#596288
8#606780
9#686B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAC #9BACED | BordersInactive statesPlaceholder text |
| 400 | 6780 #6780E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5C #3C5CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2241 #2241BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B34 #1B3498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1325 #13256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C18 #0C1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E1E6FA;
--cobalt-200: #C7D0F5;
--cobalt-300: #9BACED;
--cobalt-400: #6780E4;
--cobalt-500: #3C5CDD;
--cobalt-600: #2241BF;
--cobalt-700: #1B3498;
--cobalt-800: #13256C;
--cobalt-900: #0C1845;
--cobalt-950: #080F2B;
}