Cobalt
#2359BE
BlueColor Codes
All color formats for development
HEX
#2359BERGB
rgb(35, 89, 190)HSL
hsl(219, 69%, 44%)OKLCH
oklch(0.489 0.169 261.5)CMYK
cmyk(82%, 53%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F50AB
2#1C4798
3#183E85
4#153572
5#112C5F
6#0E244C
7#0A1B39
8#071226
9#030913
Tints
Lighter variations
1#2764D6
2#3E75DC
3#5686E0
4#6E98E4
5#86A9E9
6#9EBAED
7#B7CBF2
8#CFDDF6
9#E7EEFB
Tones
Muted variations
1#2B5BB6
2#325EAE
3#3A60A6
4#42629F
5#496597
6#51678F
7#596987
8#616C80
9#686E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB8 #9CB8ED | BordersInactive statesPlaceholder text |
| 400 | 6893 #6893E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D74 #3D74DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2359 #2359BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C47 #1C4797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1433 #14336C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E1E9F9;
--cobalt-200: #C7D7F5;
--cobalt-300: #9CB8ED;
--cobalt-400: #6893E3;
--cobalt-500: #3D74DB;
--cobalt-600: #2359BE;
--cobalt-700: #1C4797;
--cobalt-800: #14336C;
--cobalt-900: #0D2045;
--cobalt-950: #08142B;
}