Cobalt
#2260BF
BlueColor Codes
All color formats for development
HEX
#2260BFRGB
rgb(34, 96, 191)HSL
hsl(216, 70%, 44%)OKLCH
oklch(0.505 0.162 259.2)CMYK
cmyk(82%, 50%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E57AC
2#1B4D99
3#184486
4#143A72
5#11305F
6#0D274C
7#0A1D39
8#071326
9#030A13
Tints
Lighter variations
1#266DD7
2#3D7DDD
3#558DE1
4#6D9DE5
5#86AEEA
6#9EBEEE
7#B6CEF2
8#CEDEF6
9#E7EFFB
Tones
Muted variations
1#2A62B7
2#3164AF
3#3965A7
4#41679F
5#496897
6#516A90
7#596B88
8#606D80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D9 #C7D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBC #9BBCED | BordersInactive statesPlaceholder text |
| 400 | 6799 #6799E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C7C #3C7CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2260 #2260BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B4D #1B4D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1337 #13376C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C23 #0C2345 | Primary textHigh emphasis contentDark headings |
| 950 | 0816 #08162B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E1EBFA;
--cobalt-200: #C7D9F5;
--cobalt-300: #9BBCED;
--cobalt-400: #6799E4;
--cobalt-500: #3C7CDD;
--cobalt-600: #2260BF;
--cobalt-700: #1B4D98;
--cobalt-800: #13376C;
--cobalt-900: #0C2345;
--cobalt-950: #08162B;
}